From 902a70a91de6768949c22b28cb80b0ed5c040612 Mon Sep 17 00:00:00 2001 From: Andrew Holcomb <holcombam@ornl.gov> Date: Thu, 4 Jun 2020 11:04:03 -0400 Subject: [PATCH] Revert ctest option name --- ci/ctest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/ctest.sh b/ci/ctest.sh index a56bad50f..755be0d02 100755 --- a/ci/ctest.sh +++ b/ci/ctest.sh @@ -45,7 +45,7 @@ then echo "SAMMY make-install step failed" exit 1 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, # so we want to move the log files and exit in a failure state. -- GitLab