summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod/runTest.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-01-20 22:47:50 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-01-20 22:47:50 (GMT)
commite6be5560882c2f598b3a0ddab7d9d29a552fcb10 (patch)
tree40e99bc83c0aa7951eb55fca8303a35072aa5761 /config/cmake_ext_mod/runTest.cmake
parent0c15df15e306429cbfedb9fe2a3d17e8d555b84d (diff)
downloadhdf5-e6be5560882c2f598b3a0ddab7d9d29a552fcb10.zip
hdf5-e6be5560882c2f598b3a0ddab7d9d29a552fcb10.tar.gz
hdf5-e6be5560882c2f598b3a0ddab7d9d29a552fcb10.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}")