From bb928e0fb21ebd7359de1fd5331e6ba6bc9a76ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Nowacki?= Date: Tue, 2 Jul 2019 11:52:08 +0200 Subject: 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 --- coin/module_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coin') 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: ®ular_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 -- cgit v1.2.3