summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod/runTest.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-01-20 22:49:06 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-01-20 22:49:06 (GMT)
commitc817bcdf0d345c8dbd2943be44b55db290cfd09f (patch)
tree9919540e8d67c778563fdf6ff6bf8daa0915c292 /config/cmake_ext_mod/runTest.cmake
parent68ec03a09812982a44e8bf6b29f98d84568700c7 (diff)
downloadhdf5-c817bcdf0d345c8dbd2943be44b55db290cfd09f.zip
hdf5-c817bcdf0d345c8dbd2943be44b55db290cfd09f.tar.gz
hdf5-c817bcdf0d345c8dbd2943be44b55db290cfd09f.tar.bz2
MPI vars need passed in, change to grepTest
Diffstat (limited to 'config/cmake_ext_mod/runTest.cmake')
-rw-r--r--config/cmake_ext_mod/runTest.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake_ext_mod/runTest.cmake b/config/cmake_ext_mod/runTest.cmake
index e11852a..48402a2 100644
--- a/config/cmake_ext_mod/runTest.cmake
+++ b/config/cmake_ext_mod/runTest.cmake
@@ -312,7 +312,7 @@ if (TEST_GREP_COMPARE)
string (REGEX MATCH "${TEST_FILTER}" TEST_MATCH ${TEST_STREAM})
if (TEST_EXPECT)
- # TEST_EXPECT (1) interperts TEST_FILTER as NOT to match
+ # TEST_EXPECT (1) interprets TEST_FILTER as; NOT to match
string (LENGTH "${TEST_MATCH}" TEST_RESULT)
if (TEST_RESULT)
message (FATAL_ERROR "Failed: The output of ${TEST_PROGRAM} did contain ${TEST_FILTER}")