[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.0.3-31-geb47fe2

mysql vizuser noreply at mpich.org
Sun Apr 21 20:54:18 CDT 2013


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  eb47fe21c1d7841380cedb05ad7463b1fb7b48ae (commit)
      from  480baf02eb192d37c792628a93246e7ee166f23c (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/eb47fe21c1d7841380cedb05ad7463b1fb7b48ae

commit eb47fe21c1d7841380cedb05ad7463b1fb7b48ae
Author: Pavan Balaji <balaji at mcs.anl.gov>
Date:   Sun Apr 21 20:52:00 2013 -0500

    Improve [480baf02] with Dave's suggestion.

diff --git a/maint/release.pl b/maint/release.pl
index 7ac9f15..a4d2916 100755
--- a/maint/release.pl
+++ b/maint/release.pl
@@ -270,7 +270,7 @@ print("done\n");
 # Disable unnecessary tests in the release tarball
 print("===> Disabling unnecessary tests in the main codebase... ");
 chdir($expdir);
-run_cmd("perl -p -i -e 's/^.perfdir.\$/#perfdir/' test/mpi/testlist.in");
+run_cmd(q{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


More information about the commits mailing list