From: Peter van Dijk Date: Mon, 10 Feb 2020 09:26:15 +0000 (+0100) Subject: travis: enable ODBC thread locking X-Git-Tag: auth-4.3.0-beta2~12^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8799%2Fhead;p=thirdparty%2Fpdns.git travis: enable ODBC thread locking --- diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index 35fbfebaa2..7b0f5314cc 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -511,6 +511,8 @@ test_auth() { # run "./timestamp ./start-test-stop 5300 gmysql-nsec3-optout-both" run "./timestamp ./start-test-stop 5300 gmysql-nsec3-narrow" + run "sudo perl -i -pe 's/\]/]\nThreading=1/g' /etc/odbcinst.ini" + run "cat /etc/odbcinst.ini" run "export GODBC_SQLITE3_DSN=pdns-sqlite3-1" run "./timestamp ./start-test-stop 5300 godbc_sqlite3-nsec3"