From: Charles-Henri Bruyand Date: Mon, 16 Apr 2018 15:39:10 +0000 (+0200) Subject: add lua rec tests to travis build X-Git-Tag: dnsdist-1.3.1~136^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2b3cdcc0b5d7931de9bf8b5910b39b10370d38f0;p=thirdparty%2Fpdns.git add lua rec tests to travis build --- diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index e27b07bc2a..f7d8f549e9 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -551,6 +551,11 @@ test_auth() { run "test ! -s ./failed_tests" run "cd .." + ### Lua rec tests ### + run "cd regression-tests.auth-py" + run "./runtests" + run "cd .." + run "rm -f regression-tests/zones/*-slave.*" #FIXME }