summaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorToni Saario <toni.saario@qt.io>2021-11-16 13:49:22 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-11-17 13:28:31 +0000
commit80c063f8976e1d3f9ad9441b59b047cd4496abac (patch)
tree68941af6f064dadd99d37ebe620df4857ec88b12 /coin
parent6ac061f57031bdc12167c7c89501eb03f3a2527b (diff)
Gate bic tests behind a manual feature
Bic tests do not work due to bic tests being broken. A feature enables easier testing of the bic tests. Change-Id: I15b400ee8f0f877ac2c6c71fc50d51c5e11b330d Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 31910cbc09ff219b332aac94afe78c99d34274b3) 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.yaml3
1 files changed, 3 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 a7628fbae9..18934763d5 100644
--- a/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml
+++ b/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml
@@ -57,3 +57,6 @@ instructions:
- condition: property
property: target.os
equals_value: Linux
+ - condition: property
+ property: features
+ contains_value: EnableBicTests