summaryrefslogtreecommitdiffstats
path: root/coin/instructions/cmake_run_ctest_ignore_exit_code.yaml
blob: f2617ead689e374fb588c5732f6cb6305d4e6215 (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: true
    maxTimeInSeconds: 7200
    maxTimeBetweenOutput: 900
    userMessageOnFailure: >
      Failed to run tests.