From 2b3cdcc0b5d7931de9bf8b5910b39b10370d38f0 Mon Sep 17 00:00:00 2001 From: Charles-Henri Bruyand Date: Mon, 16 Apr 2018 17:39:10 +0200 Subject: [PATCH] add lua rec tests to travis build --- build-scripts/travis.sh | 5 +++++ 1 file changed, 5 insertions(+) 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 } -- 2.47.2