From: Willem Toorop Date: Mon, 4 Jun 2018 11:58:40 +0000 (+0200) Subject: Regression tests are [3-5][0-9] X-Git-Tag: release-1.7.1-rc1~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dfc7ac5bfafe2cc7a081c90333ac65080736f93;p=thirdparty%2Fldns.git Regression tests are [3-5][0-9] --- diff --git a/test/test_ci.sh b/test/test_ci.sh index d7dc2325..14fd6c1d 100755 --- a/test/test_ci.sh +++ b/test/test_ci.sh @@ -36,7 +36,7 @@ do TESTNR=`echo $TESTFN | sed 's/-.*$//g'` [ ! -z "$ONLY_TEST" -a x$ONLY_TEST != x$TESTNR ] && continue case $TESTNR in - [3-9][0-9]*) [ $NO_REGRESSION = 1 ] && continue + [3-5][0-9]*) [ $NO_REGRESSION = 1 ] && continue ;; esac case $TESTNR in