summaryrefslogtreecommitdiffstats
path: root/coin/instructions/cmake_regular_test_instructions.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/instructions/cmake_regular_test_instructions.yaml')
-rw-r--r--coin/instructions/cmake_regular_test_instructions.yaml8
1 files changed, 3 insertions, 5 deletions
diff --git a/coin/instructions/cmake_regular_test_instructions.yaml b/coin/instructions/cmake_regular_test_instructions.yaml
index 6974b293dd..46123dcf96 100644
--- a/coin/instructions/cmake_regular_test_instructions.yaml
+++ b/coin/instructions/cmake_regular_test_instructions.yaml
@@ -1,18 +1,16 @@
type: Group
instructions:
- - type: ChangeDirectory
- directory: "{{.SourceDir}}"
- type: MakeDirectory
- directory: "standalone_tests"
+ directory: "{{.SourceDir}}_standalone_tests"
- type: InstallTestBinaryArchive
relativeStoragePath: "{{.Env.MODULE_ARTIFACTS_RELATIVE_STORAGE_PATH}}/tests.tar.gz"
- directory: "{{.SourceDir}}/standalone_tests"
+ directory: "{{.SourceDir}}_standalone_tests"
maxTimeInSeconds: 1200
maxTimeBetweenOutput: 1200
userMessageOnFailure: >
Failed to install tests archive.
- type: ChangeDirectory
- directory: "{{.SourceDir}}/standalone_tests"
+ directory: "{{.SourceDir}}_standalone_tests"
- type: ExecuteCommand
command: "ctest -V --rerun-failed"
ignoreExitCode: true