Skip to content
Snippets Groups Projects
Commit 902a70a9 authored by Holcomb, Andrew's avatar Holcomb, Andrew Committed by Wiarda, Dorothea
Browse files

Revert ctest option name

parent 38fcfcb9
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ then ...@@ -45,7 +45,7 @@ then
echo "SAMMY make-install step failed" echo "SAMMY make-install step failed"
exit 1 exit 1
fi fi
ctest --test-timeout ${DART_TESTING_TIMEOUT} $VERBOSE_FLAG ${CTEST_BUILD_FLAGS} ctest --timeout ${DART_TESTING_TIMEOUT} $VERBOSE_FLAG ${CTEST_BUILD_FLAGS}
# If the log files exist, ctest completed but there were failed tests, # If the log files exist, ctest completed but there were failed tests,
# so we want to move the log files and exit in a failure state. # so we want to move the log files and exit in a failure state.
......
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