Skip to content

Commit

Permalink
Regression tests are [3-5][0-9]
Browse files Browse the repository at this point in the history
  • Loading branch information
wtoorop committed Jun 4, 2018
1 parent 4871925 commit 1dfc7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_ci.sh
Expand Up @@ -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
Expand Down

0 comments on commit 1dfc7ac

Please sign in to comment.