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>
This commit is contained in:
Simon Hausmann 2019-06-25 09:56:19 +02:00
parent a6576d97ca
commit ebfd09e7d6

View File

@ -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.