This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MPICH primary repository". The branch, master has been updated via 38fb9ec634e018b373513d0014029c3ead06ed4e (commit) from 7fdbaab175b2d5aecfa2e2ed5fbc80f901293454 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.mpich.org/mpich.git/commitdiff/38fb9ec634e018b373513d0014029c3ead... commit 38fb9ec634e018b373513d0014029c3ead06ed4e Author: Pavan Balaji <[email protected]> Date: Tue Apr 9 05:38:03 2013 -0500 Fix typo introduced in dd76a0f that's causing the nightly tests to fail. No reviewer. diff --git a/maint/release.pl b/maint/release.pl index 2cf3ab4..6b9db94 100755 --- a/maint/release.pl +++ b/maint/release.pl @@ -254,7 +254,7 @@ print("done\n"); # Disable unnecessary tests in the release tarball print("===> Disabling unnecessary tests in the main package... "); chdir($expdir); -run_cmd("perl -p -i -e 's/^@perfdir@\$/#@perfdir@/' test/mpi/testlist.in"); +run_cmd("perl -p -i -e 's/^\@perfdir\@\$/#\@perfdir\@/' test/mpi/testlist.in"); run_cmd("perl -p -i -e 's/^large_message /#large_message /' test/mpi/pt2pt/testlist"); run_cmd("perl -p -i -e 's/^large-count /#large-count /' test/mpi/datatype/testlist"); print("done\n"); ----------------------------------------------------------------------- Summary of changes: maint/release.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- MPICH primary repository