From: Kees Monshouwer Date: Mon, 30 Nov 2015 23:13:27 +0000 (+0100) Subject: show trustedkeys after testrun X-Git-Tag: dnsdist-1.0.0-alpha1~148^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd71d3e327c8f606918f713a8c2518d4d5166207;p=pdns show trustedkeys after testrun --- diff --git a/regression-tests/start-test-stop b/regression-tests/start-test-stop index 416d8ef07..e140bc931 100755 --- a/regression-tests/start-test-stop +++ b/regression-tests/start-test-stop @@ -312,6 +312,8 @@ dotests () { ./toxml ./totar + cat ./trustedkeys + if [ -s "./failed_tests" ] then for t in `cat failed_tests`