From: Aki Tuomi Date: Thu, 4 Jan 2018 06:54:44 +0000 (+0200) Subject: travis: Run geoipbackend test with mmdb database X-Git-Tag: dnsdist-1.3.0~85^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6128%2Fhead;p=thirdparty%2Fpdns.git travis: Run geoipbackend test with mmdb database --- diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index c511e6eb52..9b0ef4bd76 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -460,6 +460,8 @@ test_auth() { run "./timestamp ./start-test-stop 5300 geoip" run "./timestamp ./start-test-stop 5300 geoip-nsec3-narrow" + run "export geoipdatabase=../modules/geoipbackend/regression-tests/GeoLiteCity.mmdb" + run "./timestamp ./start-test-stop 5300 geoip" run "./timestamp ./start-test-stop 5300 gmysql-nodnssec-both" run "./timestamp ./start-test-stop 5300 gmysql-both"