From 23743d1430cae5b56030270ea6ac911b85f081c1 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 10 Feb 2020 10:26:15 +0100 Subject: [PATCH] travis: enable ODBC thread locking --- build-scripts/travis.sh | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.47.2