summaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorToni Saario <toni.saario@qt.io>2022-03-02 13:25:39 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-03-25 18:25:32 +0000
commit03765be6913e7a88260188cf7c18611c43f0f7b1 (patch)
tree145c2cbe4347d478611997592c94253b7757c50a /coin
parentae162d444f8640c840bf39855f0bc17e6b153b59 (diff)
Unset testrunner for bic tests
Task-number: QTBUG-100698 Change-Id: I2d0c6947c8bab29dc6af0a5d505da5a6439b8c36 Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io> (cherry picked from commit 04fc4300a50bf81e73264540690b6f532c282415) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
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 fecf283905..341f405ae7 100644
--- a/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml
+++ b/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml
@@ -62,6 +62,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}}"