]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
another place where we looked for the recursor in the wrong place
authorbert hubert <bert.hubert@netherlabs.nl>
Tue, 22 Mar 2016 06:56:49 +0000 (07:56 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Tue, 22 Mar 2016 08:40:06 +0000 (09:40 +0100)
regression-tests.api/runtests.py

index ee6c32447dce81b43c7db02c9216c60a5d09c0fb..52d03ab68082c5ad2565850d38e02d7089328cea 100755 (executable)
@@ -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.