From 9cd12fad8b065a0d12eab8f1c4a87616b6d7ddb8 Mon Sep 17 00:00:00 2001 From: Toni Saario Date: Thu, 24 Oct 2019 12:10:37 +0300 Subject: [PATCH] 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 Reviewed-by: Alexandru Croitor --- coin/module_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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