summaryrefslogtreecommitdiffstats
path: root/bin/batch/knl_ctestP.sl.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/knl_ctestP.sl.in.cmake
parentf8d5add80bc118fedc076c31d0cc2d2d76fb0978 (diff)
downloadhdf5-edcbc9966f5c742970ad32eb50a7925fcf7ab677.zip
hdf5-edcbc9966f5c742970ad32eb50a7925fcf7ab677.tar.gz
hdf5-edcbc9966f5c742970ad32eb50a7925fcf7ab677.tar.bz2
Refactor parallel test names
Diffstat (limited to 'bin/batch/knl_ctestP.sl.in.cmake')
-rw-r--r--bin/batch/knl_ctestP.sl.in.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/batch/knl_ctestP.sl.in.cmake b/bin/batch/knl_ctestP.sl.in.cmake
index 5c7c83f..3e5cbe5 100644
--- a/bin/batch/knl_ctestP.sl.in.cmake
+++ b/bin/batch/knl_ctestP.sl.in.cmake
@@ -10,7 +10,7 @@
cd @HDF5_BINARY_DIR@
#run parallel tests except t_cache_image test
-CMD="ctest . -R TEST_PAR|PH5DIFF|PERFORM|ph5example -E t_cache_image -C Release -T test"
+CMD="ctest . -R PAR_ -E t_cache_image -C Release -T test"
echo "Run $CMD. Test output will be in build/ctestP.out"
$CMD >& ctestP.out