summaryrefslogtreecommitdiffstats
path: root/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/instructions/cmake_run_ctest_enforce_exit_code.yaml')
-rw-r--r--coin/instructions/cmake_run_ctest_enforce_exit_code.yaml9
1 files changed, 0 insertions, 9 deletions
diff --git a/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml b/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml
deleted file mode 100644
index 13729c51f6..0000000000
--- a/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml
+++ /dev/null
@@ -1,9 +0,0 @@
-type: Group
-instructions:
- - type: ExecuteCommand
- command: "{{.Env.TESTS_ENV_PREFIX}} ctest -V --rerun-failed --force-new-ctest-process"
- ignoreExitCode: false
- maxTimeInSeconds: 7200
- maxTimeBetweenOutput: 900
- userMessageOnFailure: >
- Failed to run tests.