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
1 changed files with 1 additions and 0 deletions

View File

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