From: bert hubert Date: Tue, 22 Mar 2016 06:56:49 +0000 (+0100) Subject: another place where we looked for the recursor in the wrong place X-Git-Tag: dnsdist-1.0.0-beta1~75^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a84f3c048bea0d782d3cbc09f5c4980f9039dcae;p=thirdparty%2Fpdns.git another place where we looked for the recursor in the wrong place --- diff --git a/regression-tests.api/runtests.py b/regression-tests.api/runtests.py index ee6c32447d..52d03ab680 100755 --- a/regression-tests.api/runtests.py +++ b/regression-tests.api/runtests.py @@ -110,7 +110,7 @@ else: with open(conf_dir+'/example.com..conf', 'w') as conf_file: conf_file.write(REC_EXAMPLE_COM_CONF_TPL) - pdnscmd = ("../pdns/pdns_recursor --daemon=no --socket-dir=. --config-dir=. --allow-from-file=acl.list --local-port=5555 --webserver=yes --webserver-port="+WEBPORT+" --webserver-address=127.0.0.1 --webserver-password=something --api-key="+APIKEY).split() + pdnscmd = ("../pdns/recursordist/pdns_recursor --daemon=no --socket-dir=. --config-dir=. --allow-from-file=acl.list --local-port=5555 --webserver=yes --webserver-port="+WEBPORT+" --webserver-address=127.0.0.1 --webserver-password=something --api-key="+APIKEY).split() # Now run pdns and the tests.