X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=build-scripts%2Ftravis.sh;h=9dd3231edbaf5e3249914dbbb24ed8752217837e;hb=50de1cbad0a557d969caf19d9b6027b334bd5971;hp=9da7b2489b38b7e1c52795bbf97ccf323b4d1a79;hpb=29d8bb05588c9d34086f0f59180b2c9a20305f2c;p=thirdparty%2Fpdns.git diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index 9da7b2489b..9dd3231edb 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -392,7 +392,7 @@ build_auth() { run "autoreconf -vi" run "./configure \ ${sanitizerflags} \ - --with-dynmodules='bind gmysql geoip gpgsql gsqlite3 lmdb lua opendbx pipe random remote tinydns godbc lua2' \ + --with-dynmodules='bind gmysql geoip gpgsql gsqlite3 lmdb opendbx pipe random remote tinydns godbc lua2' \ --with-modules='' \ --with-sqlite3 \ --with-libsodium \ @@ -496,8 +496,6 @@ test_auth() { #travis unbound is too old for this test (unbound 1.6.0 required) run "touch tests/ent-asterisk/fail.nsec" - run "./timestamp ./start-test-stop 5300 lua-minimal nowait 0 apex-level-a-but-no-a" - run "./timestamp ./start-test-stop 5300 bind-both" run "./timestamp ./start-test-stop 5300 bind-dnssec-both" run "./timestamp ./start-test-stop 5300 bind-dnssec-nsec3-both" @@ -552,12 +550,7 @@ test_auth() { run "rm tests/ent-asterisk/fail.nsec" - run "cd ../modules/luabackend/test2" - run "../../../regression-tests/timestamp ./runtest" - - run "cd ../../.." - - run "cd regression-tests.rootzone" + run "cd ../regression-tests.rootzone" run "./timestamp ./start-test-stop 5300 bind-both" run "./timestamp ./start-test-stop 5300 bind-dnssec-both" run "./timestamp ./start-test-stop 5300 bind-dnssec-nsec3-both"