diff options
author | ZyX <kp-pav@yandex.ru> | 2017-04-03 03:47:42 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-04-03 03:47:42 +0300 |
commit | ae7d8d8ffb86eefa45d8f59834eb0f088e93535d (patch) | |
tree | b9bf75bedadd6a00347cd9f4396d159562fb7675 | |
parent | ac87c7e5ae5fc15ca97150dfce1476408804ae5a (diff) | |
download | rneovim-ae7d8d8ffb86eefa45d8f59834eb0f088e93535d.tar.gz rneovim-ae7d8d8ffb86eefa45d8f59834eb0f088e93535d.tar.bz2 rneovim-ae7d8d8ffb86eefa45d8f59834eb0f088e93535d.zip |
ci: Do not mark test as failed if it is previous one which failed
-rw-r--r-- | ci/common/suite.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/common/suite.sh b/ci/common/suite.sh index a70cafc92c..5c79ce2718 100644 --- a/ci/common/suite.sh +++ b/ci/common/suite.sh @@ -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" |