ci: Do not mark test as failed if it is previous one which failed

This commit is contained in:
ZyX
2017-04-03 03:47:42 +03:00
parent ac87c7e5ae
commit ae7d8d8ffb

View File

@@ -69,6 +69,7 @@ run_test_wd() {
while test $restarts -gt 0 ; do while test $restarts -gt 0 ; do
: > "${status_file}" : > "${status_file}"
( (
FAILED=0
if ! ( if ! (
set -o pipefail set -o pipefail
eval "$cmd" 2>&1 | tee -a "$output_file" eval "$cmd" 2>&1 | tee -a "$output_file"