]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Regression tests are [3-5][0-9]
authorWillem Toorop <willem@nlnetlabs.nl>
Mon, 4 Jun 2018 11:58:40 +0000 (13:58 +0200)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 4 Jun 2018 11:58:40 +0000 (13:58 +0200)
test/test_ci.sh

index d7dc2325d0374a4a6d2b386edc74bf8a489285cf..14fd6c1daad1adf69badbb4e462d467e36f1e7d6 100755 (executable)
@@ -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