summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--coin/instructions/cmake_run_ctest_enforce_exit_code.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml b/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml
index 4f067cca58..913e00ddd9 100644
--- a/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml
+++ b/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml
@@ -64,6 +64,10 @@ instructions:
- type: Group
instructions:
+ # Qttestrunner does not work with bic tests.
+ - type: EnvironmentVariable
+ variableName: TESTRUNNER
+ variableValue: ""
- type: EnvironmentVariable
variableName: QT_MODULE_TO_TEST
variableValue: "{{.SourceDir}}"