diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-04-28 01:54:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-04-28 01:54:26 +0300 |
commit | 91f160c8dd9ddc8e562a3507bc1f7dace3fc35ef (patch) | |
tree | e8383b4acdd8c5b97ee9b0046b34176261f00387 | |
parent | 9b98f430607e9b1cdbad720e71c30277c0f96a9a (diff) | |
download | plus-91f160c8dd9ddc8e562a3507bc1f7dace3fc35ef.tar.gz plus-91f160c8dd9ddc8e562a3507bc1f7dace3fc35ef.tar.bz2 plus-91f160c8dd9ddc8e562a3507bc1f7dace3fc35ef.tar.xz plus-91f160c8dd9ddc8e562a3507bc1f7dace3fc35ef.zip |
Fix runtests.sh ci script.
-rwxr-xr-x | tools/ci/scripts/runtests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |