From: Otto Date: Tue, 23 Nov 2021 10:24:10 +0000 (+0100) Subject: Fir error reporting when starting up fails X-Git-Tag: dnsdist-1.7.0-beta2~9^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11026%2Fhead;p=thirdparty%2Fpdns.git Fir error reporting when starting up fails --- diff --git a/regression-tests.api/runtests.py b/regression-tests.api/runtests.py index 9b12cc6287..92587bb513 100755 --- a/regression-tests.api/runtests.py +++ b/regression-tests.api/runtests.py @@ -257,9 +257,9 @@ if not available: serverproc.terminate() serverproc.wait() print("==STDOUT===") - print(proc.stdout.read()) + print(serverproc.stdout.read()) print("==STDERRR===") - print(proc.stderr.read()) + print(serverproc.stderr.read()) sys.exit(2) print("Query for example.com/A to create statistic data...")