From effa40edae3f4032e7aadda5f882396eb2864267 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Thu, 4 Jan 2018 08:54:44 +0200 Subject: [PATCH] travis: Run geoipbackend test with mmdb database --- build-scripts/travis.sh | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.47.2