summaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorToni Saario <toni.saario@qt.io>2021-11-16 13:49:22 +0200
committerToni Saario <toni.saario@qt.io>2021-11-25 08:57:06 +0000
commit8761208aefe86b4e07c66bfedbd1a282ee15e7d3 (patch)
tree245a552ac9cbbce92fabd0db3245e3c14d1789cf /coin
parentc880696f06dc0ff581d53ff3a9b4543028038a69 (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 (cherry picked from commit 31910cbc09ff219b332aac94afe78c99d34274b3) Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
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 04cbab53f6..fecf283905 100644
--- a/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml
+++ b/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml
@@ -98,3 +98,6 @@ instructions:
- condition: property
property: target.os
equals_value: Linux
+ - condition: property
+ property: features
+ contains_value: EnableBicTests