From: Ruben d'Arco Date: Thu, 18 Jul 2013 20:10:37 +0000 (+0200) Subject: Correct --launch line. X-Git-Tag: rec-3.6.0-rc1~556^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a23c4fc04041c23f05a51bb1007788552f8ef45;p=thirdparty%2Fpdns.git Correct --launch line. It's the funky new stuff! --- diff --git a/regression-tests/start-test-stop b/regression-tests/start-test-stop index e9aaa6b509..ad5612c443 100755 --- a/regression-tests/start-test-stop +++ b/regression-tests/start-test-stop @@ -326,7 +326,7 @@ __EOF__ done $RUNWRAPPER $PDNS --daemon=no --local-port=$port --socket-dir=./ \ - --no-shuffle --launch+=random --launch+=gmysql --gmysql-dnssec \ + --no-shuffle --launch --launch+=random --launch+=gmysql --gmysql-dnssec \ --send-root-referral \ --allow-2136-from=127.0.0.0/8 --experimental-rfc2136=yes --experimental-direct-dnskey=yes \ --cache-ttl=$cachettl --no-config \