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 2dd048cb1db9e039399f6df8bf93c116770e1b16 (commit) from ad579129f8aad4ccc3aebd9cb7190d53f19c7230 (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/2dd048cb1db9e039399f6df8bf93c11677... commit 2dd048cb1db9e039399f6df8bf93c116770e1b16 Author: Ken Raffenetti <[email protected]> Date: Mon Feb 3 23:42:58 2014 -0600 remove unnecessary system-out data in junit No reviewer. diff --git a/test/mpi/runtests.in b/test/mpi/runtests.in index dd2e56e..df6fd8b 100644 --- a/test/mpi/runtests.in +++ b/test/mpi/runtests.in @@ -280,13 +280,7 @@ if ($tapoutput) { } if ($junitoutput) { - print JUNITOUT " <system-out><![CDATA[\n"; - if ($tapoutput) { - open(SYSTEMOUT, "<$tapfile") || die "Cannot open $tapfile\n"; - print JUNITOUT <SYSTEMOUT>; - close(SYSTEMOUT); - } - print JUNITOUT "]]></system-out>\n"; + print JUNITOUT " <system-out></system-out>\n"; print JUNITOUT " <system-err></system-err>\n"; print JUNITOUT " </testsuite>\n"; print JUNITOUT "</testsuites>\n"; ----------------------------------------------------------------------- Summary of changes: test/mpi/runtests.in | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) hooks/post-receive -- MPICH primary repository