From 91f160c8dd9ddc8e562a3507bc1f7dace3fc35ef Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 28 Apr 2017 01:54:26 +0300 Subject: Fix runtests.sh ci script. --- tools/ci/scripts/runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/ci/scripts/runtests.sh b/tools/ci/scripts/runtests.sh index 80809fc55..528c74d9c 100755 --- a/tools/ci/scripts/runtests.sh +++ b/tools/ci/scripts/runtests.sh @@ -16,7 +16,7 @@ while true; do exit 1 fi if [[ $n -ge 5 ]]; then - exit 0 + break fi sleep 5s n=$((n+1)) -- cgit v1.2.3-60-g2f50