summaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@qt.io>2019-07-02 11:52:08 +0200
committerJędrzej Nowacki <jedrzej.nowacki@qt.io>2019-07-02 13:09:16 +0000
commitbb928e0fb21ebd7359de1fd5331e6ba6bc9a76ea (patch)
tree7ec78ddbafe5f546c25031b29ca750eba4ab1811 /coin
parent655e8113cd7ebe90da4036e8c1f4752e55a6dae5 (diff)
Add proper test archive name
MODULE_ARTIFACTS_RELATIVE_STORAGE_PATH was pointing to a build artifact, instead of a path to a successful item. Change-Id: I01490e63e70beae2f613cda5451a9e2ddb5451fa Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'coin')
-rw-r--r--coin/module_config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 421aad601f..3c873b0ff9 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -215,7 +215,7 @@ regular_specific_test_instructions: &regular_test_instructions
type: Group
instructions:
- type: InstallTestBinaryArchive
- relativeStoragePath: "{{.Env.MODULE_ARTIFACTS_RELATIVE_STORAGE_PATH}}"
+ relativeStoragePath: "{{.Env.MODULE_ARTIFACTS_RELATIVE_STORAGE_PATH}}/tests.tar.gz"
directory: "{{.SourceDir}}/tests"
maxTimeInSeconds: 1200
maxTimeBetweenOutput: 1200