From 04fc4300a50bf81e73264540690b6f532c282415 Mon Sep 17 00:00:00 2001 From: Toni Saario Date: Wed, 2 Mar 2022 13:25:39 +0200 Subject: Unset testrunner for bic tests Task-number: QTBUG-100698 Pick-to: 6.2 6.3 Change-Id: I2d0c6947c8bab29dc6af0a5d505da5a6439b8c36 Reviewed-by: Ville Voutilainen --- coin/instructions/cmake_run_ctest_enforce_exit_code.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'coin/instructions') 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}}" -- cgit v1.2.3