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 1b0cd5fc5bce6bc9a0b6bde6d8779043b377fd34 (commit) from 134f47a235d546215f248dd936544a0b433aa123 (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/1b0cd5fc5bce6bc9a0b6bde6d8779043b3... commit 1b0cd5fc5bce6bc9a0b6bde6d8779043b377fd34 Author: William Gropp <[email protected]> Date: Sat Mar 22 11:23:44 2014 -0500 Added summary.junit.xml to clean list make clean in test should remove all generated files. This file was not added to the clean list when it was added to the runlist output. diff --git a/test/mpi/Makefile.mtest b/test/mpi/Makefile.mtest index 5ac2226..f051b0f 100644 --- a/test/mpi/Makefile.mtest +++ b/test/mpi/Makefile.mtest @@ -31,4 +31,4 @@ testing: -mpiexec=${MPIEXEC} -xmlfile=summary.xml \ -tapfile=summary.tap -junitfile=summary.junit.xml -CLEANFILES = summary.xml summary.tap +CLEANFILES = summary.xml summary.tap summary.junit.xml ----------------------------------------------------------------------- Summary of changes: test/mpi/Makefile.mtest | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- MPICH primary repository