From 0b6942d8dbcd0ee7f27ffc640f509d9ee49a292d Mon Sep 17 00:00:00 2001 From: Toni Saario Date: Tue, 6 Sep 2022 15:42:33 +0300 Subject: [PATCH] Remove dummy test instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These cause Coin to spawn VM for setting one env variable. Change-Id: Ie782edc11382dace7a22ac16b1c58a2e9d26905f Reviewed-by: Alexandru Croitor (cherry picked from commit 2056362e2678f5de220665b8053579760720b72e) Reviewed-by: Simo Fält --- coin/module_config.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/coin/module_config.yaml b/coin/module_config.yaml index de91d6d6..89175e67 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -8,7 +8,4 @@ instructions: Build: - !include "{{qt/qt5}}/coin_qt_build_template.yaml" - Test: - - type: EnvironmentVariable - variableName: Dummy - variableValue: dummy + Test: []