summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod/runTest.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-01-12 17:54:31 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-01-12 17:54:31 (GMT)
commita03ab619d77d25f741421b391e18acc94fb954f1 (patch)
tree5321b88e1bf4f480854fe601f2d98408e6e902cb /config/cmake_ext_mod/runTest.cmake
parent1bca531a73d081d6c5242dcb5ca161dc1d6808a5 (diff)
downloadhdf5-a03ab619d77d25f741421b391e18acc94fb954f1.zip
hdf5-a03ab619d77d25f741421b391e18acc94fb954f1.tar.gz
hdf5-a03ab619d77d25f741421b391e18acc94fb954f1.tar.bz2
Changed severity of message state
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 cc1c872..0157dac 100644
--- a/config/cmake_ext_mod/runTest.cmake
+++ b/config/cmake_ext_mod/runTest.cmake
@@ -69,7 +69,7 @@ if (TEST_REGEX)
string (REGEX MATCH "${TEST_REGEX}" REGEX_MATCH ${TEST_STREAM})
string (COMPARE EQUAL "${REGEX_MATCH}" "${TEST_MATCH}" REGEX_RESULT)
if (${REGEX_RESULT} STREQUAL "0")
- message (FATAL_ERROR "Failed: The output of ${TEST_PROGRAM} did not contain ${TEST_MATCH}")
+ message (STATUS "Failed: The output of ${TEST_PROGRAM} did not contain ${TEST_MATCH}")
endif ()
endif ()