summaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorToni Saario <toni.saario@qt.io>2022-03-02 13:25:39 +0200
committerToni Saario <toni.saario@qt.io>2022-03-25 10:53:54 +0000
commit04fc4300a50bf81e73264540690b6f532c282415 (patch)
treec1f678507164d9fd964bc180c9072a8a907742e4 /coin
parent76a1c060ac76a9249febdb32e71fcddaf7fb2414 (diff)
Unset testrunner for bic tests
Task-number: QTBUG-100698 Pick-to: 6.2 6.3 Change-Id: I2d0c6947c8bab29dc6af0a5d505da5a6439b8c36 Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
Diffstat (limited to 'coin')
-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}}"