summaryrefslogtreecommitdiff
path: root/tools/ci/scripts/runtests.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-05-11 19:51:53 +0300
committerAndrei Karas <akaras@inbox.ru>2017-05-11 19:51:53 +0300
commit1acf25d5d11780010164a092f529beca423fe45b (patch)
tree28d42584eae84d19671c0e53607de5c3cc7603a1 /tools/ci/scripts/runtests.sh
parent470a57f22c9de54f97895e5d6e3f126995384c6e (diff)
downloadplus-1acf25d5d11780010164a092f529beca423fe45b.tar.gz
plus-1acf25d5d11780010164a092f529beca423fe45b.tar.bz2
plus-1acf25d5d11780010164a092f529beca423fe45b.tar.xz
plus-1acf25d5d11780010164a092f529beca423fe45b.zip
Reduce number of run tests in runtests.sh
Diffstat (limited to 'tools/ci/scripts/runtests.sh')
-rwxr-xr-xtools/ci/scripts/runtests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ci/scripts/runtests.sh b/tools/ci/scripts/runtests.sh
index 77eea18ef..252faa208 100755
--- a/tools/ci/scripts/runtests.sh
+++ b/tools/ci/scripts/runtests.sh
@@ -17,7 +17,7 @@ while true; do
if [ "$?" != 0 ]; then
exit 1
fi
- if [[ $n -ge 5 ]]; then
+ if [[ $n -ge 1 ]]; then
break
fi
sleep 5s
@@ -32,7 +32,7 @@ while true; do
if [ "$?" != 0 ]; then
exit 1
fi
- if [[ $n -ge 5 ]]; then
+ if [[ $n -ge 1 ]]; then
exit 0
fi
sleep 5s