Tests: Remove unnecessary pass regex on CTestCoverageCollectGCOV

The test script uses `message(FATAL_ERROR)` on failure, so we
can just let the `ctest` exit code determine the result.
This commit is contained in:
Brad King
2020-04-29 09:18:14 -04:00
parent d9eb9e785e
commit ab7eda2591

View File

@@ -2691,9 +2691,6 @@ ${CMake_SOURCE_DIR}/Utilities/Release/push.bash --dir dev -- '${CMake_BUILD_NIGH
-S "${CMake_BINARY_DIR}/Tests/CTestCoverageCollectGCOV/test.cmake" -VV
--output-log "${CMake_BINARY_DIR}/Tests/CTestCoverageCollectGCOV/testOut.log"
)
set_tests_properties(CTestCoverageCollectGCOV PROPERTIES
PASS_REGULAR_EXPRESSION
"PASSED with correct output.*Testing/CoverageInfo/main.cpp.gcov")
set_property(TEST CTestCoverageCollectGCOV PROPERTY ENVIRONMENT CTEST_PARALLEL_LEVEL=)
configure_file(