From: Kees Monshouwer Date: Thu, 27 Jun 2013 08:02:38 +0000 (+0200) Subject: add launch+= option to regression tests X-Git-Tag: rec-3.6.0-rc1~559^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7fd591482b0a32a10d8161746ae961e5309bac4;p=thirdparty%2Fpdns.git add launch+= option to regression tests --- diff --git a/regression-tests/start-test-stop b/regression-tests/start-test-stop index 4b4eae4e88..344c8bc53e 100755 --- a/regression-tests/start-test-stop +++ b/regression-tests/start-test-stop @@ -307,7 +307,7 @@ __EOF__ done $RUNWRAPPER $PDNS --daemon=no --local-port=$port --socket-dir=./ \ - --no-shuffle --launch=random,gmysql --gmysql-dnssec \ + --no-shuffle --launch=random --launch+=gmysql --gmysql-dnssec \ --fancy-records --send-root-referral \ --cache-ttl=0 --no-config \ --gmysql-dbname="$GMYSQLDB" \