From: Peter van Dijk Date: Tue, 22 Jan 2013 13:33:27 +0000 (+0000) Subject: add trace=fail logging to recursor bulktest X-Git-Tag: rec-3.5-rc1~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4bd603bd05ea39f5ff8f3c2c486c1fd6f860aef8;p=thirdparty%2Fpdns.git add trace=fail logging to recursor bulktest git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@3071 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/regression-tests/recursor-test b/regression-tests/recursor-test index 2819fdcd7c..7f6d857320 100755 --- a/regression-tests/recursor-test +++ b/regression-tests/recursor-test @@ -4,7 +4,7 @@ port=$1 limit=$2 [ -z "$limit" ] && limit=100000 -../pdns/pdns_recursor --daemon=no --local-port=$port --socket-dir=./ --trace=no --config-dir=. & +../pdns/pdns_recursor --daemon=no --local-port=$port --socket-dir=./ --trace=fail --config-dir=. > recursor.log 2>&1 & sleep 3 ../pdns/dnsbulktest -qe 127.0.0.1 $port $limit < top-1m.csv > bulktest.results kill $(cat pdns_recursor.pid)