diff options
author | Toni Saario <toni.saario@qt.io> | 2019-10-24 12:10:37 +0300 |
---|---|---|
committer | Toni Saario <toni.saario@qt.io> | 2019-10-25 08:53:49 +0000 |
commit | 9cd12fad8b065a0d12eab8f1c4a87616b6d7ddb8 (patch) | |
tree | d8a57722fbcfb1eb9dd026ee330e791f71f9bee8 /coin | |
parent | 340763d1ff55b740acec34537c8f1140064e6393 (diff) | |
download | qtbase-9cd12fad8b065a0d12eab8f1c4a87616b6d7ddb8.tar.gz |
Fix invalid condition for test execution
Equals_value check that if the property is same as given value.
Equals_property compares properties in this case the OS of target and host.
Change-Id: Ica42f0f99562911a97d2f6bd02bd8a6420c980ac
Reviewed-by: Qt CMake Build Bot
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'coin')
-rw-r--r-- | coin/module_config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml index 8db848012c..ab615583a5 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -30,7 +30,7 @@ instructions: enable_if: condition: property property: host.os - equals_value: target.os + equals_property: target.os - type: EnvironmentVariable variableName: Dummy variableValue: dummy |