]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
travis: enable ODBC thread locking 8799/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 10 Feb 2020 09:26:15 +0000 (10:26 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 12 Feb 2020 21:08:57 +0000 (22:08 +0100)
build-scripts/travis.sh

index 35fbfebaa27a5352860c6fd828bcde87c3836026..7b0f5314cc1809f8c67d181081f0e96d30900574 100755 (executable)
@@ -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"