updated -E option

This commit is contained in:
M. Scot Breitenfeld 2019-05-10 16:07:12 -05:00
parent b4b83f6733
commit 6546c764d3
2 changed files with 2 additions and 2 deletions

View File

@ -14,6 +14,6 @@
cd @HDF5_BINARY_DIR@ cd @HDF5_BINARY_DIR@
echo "Run parallel test command. Test output will be in build/ctestP.out" echo "Run parallel test command. Test output will be in build/ctestP.out"
ctest . -R 'TEST_PAR|PH5DIFF|PERFORM' -C Release -T test >& ctestP.out ctest . -R MPI_TEST_ -C Release -T test >& ctestP.out
echo "Done running ctest parallel command." echo "Done running ctest parallel command."

View File

@ -11,7 +11,7 @@
cd @HDF5_BINARY_DIR@ cd @HDF5_BINARY_DIR@
echo "Run command. Test output will be in build/ctestS.out" echo "Run command. Test output will be in build/ctestS.out"
ctest . -E 'TEST_PAR|PH5DIFF|PERFORM' -C Release -j 32 -T test >& ctestS.out ctest . -E MPI_TEST_ -C Release -j 32 -T test >& ctestS.out
##$CMD >& ctestS.out ##$CMD >& ctestS.out
echo "Done running command." echo "Done running command."