aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2017-04-03 03:47:42 +0300
committerZyX <kp-pav@yandex.ru>2017-04-03 03:47:42 +0300
commitae7d8d8ffb86eefa45d8f59834eb0f088e93535d (patch)
treeb9bf75bedadd6a00347cd9f4396d159562fb7675
parentac87c7e5ae5fc15ca97150dfce1476408804ae5a (diff)
downloadrneovim-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.sh1
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"