From: Aki Tuomi Date: Tue, 12 Nov 2013 19:39:08 +0000 (+0200) Subject: Enclosed lua check with set +e X-Git-Tag: rec-3.6.0-rc1~339^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b3e8f9620192368d5faa6c9ed169d2a4b57f8bb;p=thirdparty%2Fpdns.git Enclosed lua check with set +e --- diff --git a/regression-tests/start-test-stop b/regression-tests/start-test-stop index 3938a659be..b9a52f0976 100755 --- a/regression-tests/start-test-stop +++ b/regression-tests/start-test-stop @@ -368,7 +368,7 @@ then optout=1 fi - +set +e # check for lua if grep -q "^#define HAVE_LUA 1" ../config.h then @@ -378,6 +378,7 @@ else lua_prequery="" skiplua=1 fi +set -e case $context in ext-nsd | ext-nsd-nsec | ext-nsd-nsec3 | ext-nsd-nsec3-optout)