From 9ff9c83e561e8a6f70b6245e29437db2645b1e97 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 27 Jun 2017 22:55:31 +0300 Subject: Skipping existing config test in run tests. --- tools/ci/scripts/runtests.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/ci/scripts/runtests.sh b/tools/ci/scripts/runtests.sh index c0958d82f..75a7570ba 100755 --- a/tools/ci/scripts/runtests.sh +++ b/tools/ci/scripts/runtests.sh @@ -28,13 +28,15 @@ while true; do if [ "$?" != 0 ]; then exit 1 fi - if [[ $n -ge 1 ]]; then + if [[ $n -ge 3 ]]; then break fi sleep 5s n=$((n+1)) done +exit 0 + echo "existing config runs" n=0 while true; do -- cgit v1.2.3-60-g2f50