[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1b1-75-g8c53c3c

mysql vizuser noreply at mpich.org
Tue Oct 1 13:05:24 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  8c53c3c2b0879309a635822a4d6d4dd46dd6fff5 (commit)
      from  2c27bbf509fcd03c6bc4ab864442f9e3d337f713 (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/8c53c3c2b0879309a635822a4d6d4dd46dd6fff5

commit 8c53c3c2b0879309a635822a4d6d4dd46dd6fff5
Author: Ken Raffenetti <raffenet at mcs.anl.gov>
Date:   Fri Sep 27 14:15:15 2013 -0500

    turn off TAP xfail info for passing tests
    
    Jenkins counts a passing test with a TODO as an error.
    
    No reviewer.

diff --git a/test/mpi/runtests.in b/test/mpi/runtests.in
index 67ab8ce..b318980 100644
--- a/test/mpi/runtests.in
+++ b/test/mpi/runtests.in
@@ -987,11 +987,7 @@ sub RunTestPassed {
 	print XMLOUT "<STATUS>pass</STATUS>$newline";
     }
     if ($tapoutput) {
-        my $xfailstr = '';
-        if ($xfail ne '') {
-            $xfailstr = " # TODO $xfail";
-        }
-        print TAPOUT "ok ${total_run} - $workdir/$programname ${np}${xfailstr}\n";
+        print TAPOUT "ok ${total_run} - $workdir/$programname ${np}\n";
     }
 }
 sub RunTestFailed {

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

Summary of changes:
 test/mpi/runtests.in |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list