Skip to content
Snippets Groups Projects
Commit d33701ab authored by Zach's avatar Zach
Browse files

Uncommented the dependency of CTestTestNoExe on CTestTestNoBuild so that it...

Uncommented the dependency of CTestTestNoExe on CTestTestNoBuild so that it will work in parallel now.
parent bd33da9f
No related branches found
No related tags found
No related merge requests found
......@@ -1059,7 +1059,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=CVS -P ${CMake_SOURCE_DIR}/Utilities/Rel
-S "${CMake_BINARY_DIR}/Tests/CTestTestFailure/testNoExe.cmake" -V
--output-log "${CMake_BINARY_DIR}/Tests/CTestTestFailure/testOut2.log"
)
SET_TESTS_PROPERTIES(CTestTestNoExe PROPERTIES #DEPENDS CTestTestNoBuild
SET_TESTS_PROPERTIES(CTestTestNoExe PROPERTIES DEPENDS CTestTestNoBuild
PASS_REGULAR_EXPRESSION "Could not find executable"
FAIL_REGULAR_EXPRESSION "SegFault")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment