From: Willem Toorop Date: Mon, 13 Feb 2017 20:14:53 +0000 (+0100) Subject: Regression only when indicated X-Git-Tag: release-1.7.1-rc1~84^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=381042711db6126de76c02c92b0be343ceefcf04;p=thirdparty%2Fldns.git Regression only when indicated --- diff --git a/test/test_ci.sh b/test/test_ci.sh index f5297b8a..1822a7b0 100755 --- a/test/test_ci.sh +++ b/test/test_ci.sh @@ -10,11 +10,11 @@ else ONLY_TEST="" fi -if git log HEAD^..HEAD | grep -q 'git:NO REGRESSION' +if git log HEAD^..HEAD | grep -q 'git:REGRESSION' then - NO_REGRESSION=1 + NO_REGRESSION=0 else - NO_REGRESSION=0 + NO_REGRESSION=1 fi if [ -z "$TPKG" -o ! -x "$TPKG" ]