]> granicus.if.org Git - pdns/commitdiff
Correct options for gsqlite3 tests to run dyndns
authorRuben d'Arco <cyclops@prof-x.net>
Mon, 24 Dec 2012 19:01:06 +0000 (20:01 +0100)
committermind04 <mind04@monshouwer.org>
Fri, 12 Jul 2013 15:22:03 +0000 (17:22 +0200)
regression-tests/start-test-stop

index 0fb03ee216a8fd638b6fa3367f2645199f10c01e..0859eb002d6aefeb44ca0e02128eb29fd375d853 100755 (executable)
@@ -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 &