[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.0.1-83-g59b8c88

mysql vizuser noreply at mpich.org
Tue Jan 29 12:36:45 CST 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  59b8c884a8a6ed18b19e6a75e0b542efa325b143 (commit)
       via  46c1c294dada3edbde7377ab59a6092e68078231 (commit)
      from  d3e1b7542d877c438054b9e40e3719bc7d3b86c5 (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/59b8c884a8a6ed18b19e6a75e0b542efa325b143

commit 59b8c884a8a6ed18b19e6a75e0b542efa325b143
Author: Dave Goodell <goodell at mcs.anl.gov>
Date:   Mon Jan 28 22:04:19 2013 -0600

    TAP: delete summary.tap in "make clean"

diff --git a/test/mpi/Makefile.mtest b/test/mpi/Makefile.mtest
index d94f681..5017200 100644
--- a/test/mpi/Makefile.mtest
+++ b/test/mpi/Makefile.mtest
@@ -31,4 +31,4 @@ testing:
 		-mpiexec=${MPIEXEC} -xmlfile=summary.xml \
 		-tapfile=summary.tap
 
-CLEANFILES = summary.xml
+CLEANFILES = summary.xml summary.tap
diff --git a/test/mpi/Makefile_cxx.mtest b/test/mpi/Makefile_cxx.mtest
index 0e11b03..841a5f2 100644
--- a/test/mpi/Makefile_cxx.mtest
+++ b/test/mpi/Makefile_cxx.mtest
@@ -26,4 +26,4 @@ testing:
 	$(top_builddir)/runtests -srcdir=$(srcdir) -tests=testlist \
 		-mpiexec=${MPIEXEC} -xmlfile=summary.xml
 
-CLEANFILES = summary.xml
+CLEANFILES = summary.xml summary.tap
diff --git a/test/mpi/Makefile_f77.mtest b/test/mpi/Makefile_f77.mtest
index 9ea5f2d..e1e6bca 100644
--- a/test/mpi/Makefile_f77.mtest
+++ b/test/mpi/Makefile_f77.mtest
@@ -33,4 +33,4 @@ testing:
 	$(top_builddir)/runtests -srcdir=$(srcdir) -tests=testlist \
 		-mpiexec=${MPIEXEC} -xmlfile=summary.xml
 
-CLEANFILES = summary.xml
+CLEANFILES = summary.xml summary.tap
diff --git a/test/mpi/Makefile_f90.mtest b/test/mpi/Makefile_f90.mtest
index ad57087..7530db6 100644
--- a/test/mpi/Makefile_f90.mtest
+++ b/test/mpi/Makefile_f90.mtest
@@ -23,4 +23,4 @@ testing:
 	$(top_builddir)/runtests -srcdir=$(srcdir) -tests=testlist \
 		-mpiexec=${MPIEXEC} -xmlfile=summary.xml
 
-CLEANFILES = summary.xml
+CLEANFILES = summary.xml summary.tap

http://git.mpich.org/mpich.git/commitdiff/46c1c294dada3edbde7377ab59a6092e68078231

commit 46c1c294dada3edbde7377ab59a6092e68078231
Author: Dave Goodell <goodell at mcs.anl.gov>
Date:   Mon Jan 28 21:31:28 2013 -0600

    TAP: missing newline in test plan line

diff --git a/test/mpi/runtests.in b/test/mpi/runtests.in
index 56b6e39..3dae546 100644
--- a/test/mpi/runtests.in
+++ b/test/mpi/runtests.in
@@ -252,7 +252,7 @@ if ($xmloutput && $closeXMLOutput) {
 }
 
 if ($tapoutput) {
-    print TAPOUT "1..$total_seen";
+    print TAPOUT "1..$total_seen\n";
     close TAPOUT;
 }
 

-----------------------------------------------------------------------

Summary of changes:
 test/mpi/Makefile.mtest     |    2 +-
 test/mpi/Makefile_cxx.mtest |    2 +-
 test/mpi/Makefile_f77.mtest |    2 +-
 test/mpi/Makefile_f90.mtest |    2 +-
 test/mpi/runtests.in        |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list