summaryrefslogtreecommitdiffstats
path: root/coin/instructions/cmake_module_lcov_code_coverage.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/instructions/cmake_module_lcov_code_coverage.yaml')
-rw-r--r--coin/instructions/cmake_module_lcov_code_coverage.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/coin/instructions/cmake_module_lcov_code_coverage.yaml b/coin/instructions/cmake_module_lcov_code_coverage.yaml
index 15056ab9..72c2b0fa 100644
--- a/coin/instructions/cmake_module_lcov_code_coverage.yaml
+++ b/coin/instructions/cmake_module_lcov_code_coverage.yaml
@@ -2,7 +2,7 @@ type: Group
instructions:
- !include "{{qt/qtbase}}/coin_module_test_template_common.yaml"
- type: ChangeDirectory
- directory: "{{.SourceDir}}_standalone_tests"
+ directory: "{{.SourceDir}}_build"
- type: EnvironmentVariable
variableName: CMAKE_BUILD_TIMEOUT
variableValue: "6000"
@@ -39,4 +39,4 @@ instructions:
- type: ScheduleUploadTestResults
- type: EnvironmentVariable
variableName: COIN_CTEST_RESULTSDIR
- variableValue: "{{.SourceDir}}_standalone_tests/upload"
+ variableValue: "{{.SourceDir}}_build/upload"