From: Miod Vallat Date: Fri, 13 Jun 2025 12:44:33 +0000 (+0200) Subject: Stop listing the trusted keys at the end of tests. X-Git-Tag: dnsdist-2.0.0-beta1~18^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F15672%2Fhead;p=thirdparty%2Fpdns.git Stop listing the trusted keys at the end of tests. Signed-off-by: Miod Vallat --- diff --git a/regression-tests/start-test-stop b/regression-tests/start-test-stop index 0fb538cc6b..cd9c0e6c0b 100755 --- a/regression-tests/start-test-stop +++ b/regression-tests/start-test-stop @@ -326,8 +326,6 @@ dotests () { ./toxml ./totar - cat ./trustedkeys - if [ -s "./failed_tests" ] then for t in `cat failed_tests`