summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2019-06-25 09:56:19 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2019-06-25 08:28:52 +0000
commitebfd09e7d66b50a93255b7bee8817132ecfc46b5 (patch)
treef441664af8a81f02df6ec4483589c9fe55f2f78e
parenta6576d97ca525034d47b9ae732b752c61f691ea0 (diff)
Fix early warning system
Remove dummy test instructions that don't work right now and cause failures. Change-Id: I30195fe605419a8eb462e8315f71718dd86df412 Reviewed-by: Liang Qi <liang.qi@qt.io>
-rw-r--r--coin/module_config.yaml7
1 files changed, 0 insertions, 7 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 03bfc75099..8881e05d12 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -243,10 +243,3 @@ build_instructions:
archiveDirectory: "{{.SourceDir}}/tests"
maxTimeInSeconds: 1200
maxTimeBetweenOutput: 1200
-test_instructions:
- - type: ExecuteCommand
- command: echo "hello world - test"
- maxTimeInSeconds: 60
- maxTimeBetweenOutput: 12
- userMessageOnFailure: >
- Failed to call echo. Contact Liang then.