From: Ruben d'Arco Date: Mon, 24 Dec 2012 19:01:06 +0000 (+0100) Subject: Correct options for gsqlite3 tests to run dyndns X-Git-Tag: rec-3.6.0-rc1~556^2~3^2~86 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86e89a93186ab8b3b8f5d743a12904384de39c09;p=thirdparty%2Fpdns.git Correct options for gsqlite3 tests to run dyndns --- diff --git a/regression-tests/start-test-stop b/regression-tests/start-test-stop index 0fb03ee216..0859eb002d 100755 --- a/regression-tests/start-test-stop +++ b/regression-tests/start-test-stop @@ -407,6 +407,7 @@ __EOF__ $RUNWRAPPER $PDNS --daemon=no --local-port=$port --socket-dir=./ \ --no-shuffle --launch=gsqlite3 \ --send-root-referral \ + --allow-2136-from=127.0.0.0/8 --disable-rfc2136=no \ --cache-ttl=$cachettl --no-config \ --gsqlite3-database=pdns.sqlite3 & skipreasons=nodnssec @@ -423,7 +424,6 @@ __EOF__ $RUNWRAPPER $PDNS --daemon=no --local-port=$port --socket-dir=./ \ --no-shuffle --launch=opendbx \ --send-root-referral \ - --allow-2136-from=127.0.0.0/8 --disable-rfc2136=no \ --cache-ttl=$cachettl --no-config \ --opendbx-backend=sqlite3 --opendbx-host-read=./ --opendbx-host-write=./ \ --opendbx-database=pdns-opendbx.sqlite3 &