summaryrefslogtreecommitdiffstats
path: root/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml
blob: 13729c51f6474f4930572a98f0f5bcb6a3539efc (plain)
1
2
3
4
5
6
7
8
9
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.