summaryrefslogtreecommitdiffstats
path: root/bin/batch/ray_ctestS.lsf.in.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-02-11 18:01:25 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-02-11 18:01:25 (GMT)
commitedcbc9966f5c742970ad32eb50a7925fcf7ab677 (patch)
treeecea40bae538dcb7b51e431c37593a88598474c1 /bin/batch/ray_ctestS.lsf.in.cmake
parentf8d5add80bc118fedc076c31d0cc2d2d76fb0978 (diff)
downloadhdf5-edcbc9966f5c742970ad32eb50a7925fcf7ab677.zip
hdf5-edcbc9966f5c742970ad32eb50a7925fcf7ab677.tar.gz
hdf5-edcbc9966f5c742970ad32eb50a7925fcf7ab677.tar.bz2
Refactor parallel test names
Diffstat (limited to 'bin/batch/ray_ctestS.lsf.in.cmake')
-rw-r--r--bin/batch/ray_ctestS.lsf.in.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/batch/ray_ctestS.lsf.in.cmake b/bin/batch/ray_ctestS.lsf.in.cmake
index d23a513..5bd5c83 100644
--- a/bin/batch/ray_ctestS.lsf.in.cmake
+++ b/bin/batch/ray_ctestS.lsf.in.cmake
@@ -11,7 +11,7 @@
cd @HDF5_BINARY_DIR@
echo "Run command. Test output will be in build/ctestS.out"
-ctest . -E 'TEST_PAR|PH5DIFF|PERFORM|ph5example' -C Release -j 32 -T test >& ctestS.out
+ctest . -E 'PAR_' -C Release -j 32 -T test >& ctestS.out
##$CMD >& ctestS.out
echo "Done running command."