summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-07-08 14:36:41 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-07-08 14:36:41 (GMT)
commit415d817ce6805f2c397f8c9d99b60ac418faf51a (patch)
treee8f2a20597412c2bc3f1a101375f9046f1f6044f /testpar
parent334cc1781f794b490ef1dd88dae10abab8dd42c6 (diff)
downloadhdf5-415d817ce6805f2c397f8c9d99b60ac418faf51a.zip
hdf5-415d817ce6805f2c397f8c9d99b60ac418faf51a.tar.gz
hdf5-415d817ce6805f2c397f8c9d99b60ac418faf51a.tar.bz2
[svn-r21075] Remove incorrect -p option from test macro. Discovered from public 1.8 CDash reports
Diffstat (limited to 'testpar')
-rw-r--r--testpar/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/CMakeLists.txt b/testpar/CMakeLists.txt
index c805aaf..781cdc2 100644
--- a/testpar/CMakeLists.txt
+++ b/testpar/CMakeLists.txt
@@ -31,7 +31,7 @@ MACRO (ADD_H5P_TEST file)
TARGET_NAMING (${file} ${LIB_TYPE})
TARGET_LINK_LIBRARIES (${file} ${HDF5_TEST_LIB_TARGET} ${HDF5_LIB_TARGET})
- ADD_TEST (NAME ${file} COMMAND ${MPIEXEC} ${MPIEXEC_PREFLAGS} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_POSTFLAGS} $<TARGET_FILE:${file}> -p)
+ ADD_TEST (NAME ${file} COMMAND ${MPIEXEC} ${MPIEXEC_PREFLAGS} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_POSTFLAGS} $<TARGET_FILE:${file}>)
ENDMACRO (ADD_H5P_TEST file)
SET (H5P_TESTS