summaryrefslogtreecommitdiffstats
path: root/bin/batch/ctestP.sl.in.cmake
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-02-14 20:14:44 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-02-14 20:14:44 (GMT)
commit6d7835fced9889d1d00bb90741e3d87221a661a6 (patch)
tree2667eef93cbbe7315e78745ea43789c187e1d20b /bin/batch/ctestP.sl.in.cmake
parent25c17219d4c5de5b52521d774dc6fae1fe0224d4 (diff)
parent10cdff5ca45786832bf5e6c3e3408bc725464fd6 (diff)
downloadhdf5-6d7835fced9889d1d00bb90741e3d87221a661a6.zip
hdf5-6d7835fced9889d1d00bb90741e3d87221a661a6.tar.gz
hdf5-6d7835fced9889d1d00bb90741e3d87221a661a6.tar.bz2
Merge branch 'develop' into rados_vol
Diffstat (limited to 'bin/batch/ctestP.sl.in.cmake')
-rw-r--r--bin/batch/ctestP.sl.in.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/batch/ctestP.sl.in.cmake b/bin/batch/ctestP.sl.in.cmake
index 9fed14d..8d216d6 100644
--- a/bin/batch/ctestP.sl.in.cmake
+++ b/bin/batch/ctestP.sl.in.cmake
@@ -8,7 +8,7 @@
#SBATCH --job-name=h5_ctestP
cd @HDF5_BINARY_DIR@
-CMD="ctest . -R TEST_PAR|PH5DIFF|PERFORM|ph5example -E t_cache_image -C Release -T test"
+CMD="ctest . -R MPI_TEST_ -E t_cache_image -C Release -T test"
echo "Run $CMD. Test output will be in build/ctestP.out"
$CMD >& ctestP.out