diff options
| -rw-r--r-- | tests/ECMPoQmToolsTest/check.cmake.in | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/ECMPoQmToolsTest/check.cmake.in b/tests/ECMPoQmToolsTest/check.cmake.in index 4fe2ac33..aeef8e42 100644 --- a/tests/ECMPoQmToolsTest/check.cmake.in +++ b/tests/ECMPoQmToolsTest/check.cmake.in @@ -76,7 +76,7 @@ if("@CMAKE_SYSTEM_NAME@" STREQUAL "Linux")              string(STRIP "${output}" stripped_output)              if(NOT stripped_output STREQUAL exp_output_${catalog_name}_${lang})                  message(WARNING "${name}[${lang}] output was \"${stripped_output}\", but expected \"${exp_output_${catalog_name}_${lang}}\"") -                set(fail ON) +                set(fail ON PARENT_SCOPE)              else()                  message(STATUS "${name}[${lang}] output was \"${stripped_output}\", as expected")              endif() | 
