]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Regression only when indicated
authorWillem Toorop <willem@nlnetlabs.nl>
Mon, 13 Feb 2017 20:14:53 +0000 (21:14 +0100)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 13 Feb 2017 20:14:53 +0000 (21:14 +0100)
test/test_ci.sh

index f5297b8a4d7c287ca241a8accae03c4b437ff783..1822a7b0d67498bb7489c3d4996e628e63873e2c 100755 (executable)
@@ -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" ]