Skip to content
Snippets Groups Projects
Commit 82fd3ee5 authored by Wittenburg, William's avatar Wittenburg, William
Browse files

Try to specifically request return value from ctest_test

parent 70f4e7a8
No related branches found
No related tags found
1 merge request!253Finish image buildout
...@@ -393,7 +393,8 @@ if(dashboard_do_test) ...@@ -393,7 +393,8 @@ if(dashboard_do_test)
dashboard_hook_test() dashboard_hook_test()
endif() endif()
message("Calling ctest_test") message("Calling ctest_test")
ctest_test(${CTEST_TEST_ARGS}) ctest_test(${CTEST_TEST_ARGS} RETURN_VALUE TEST_RESULTS)
message("ctest test results return value: ${TEST_RESULTS}")
ctest_submit(PARTS Test) ctest_submit(PARTS Test)
endif() endif()
......
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