]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Stop listing the trusted keys at the end of tests. 15672/head
authorMiod Vallat <miod.vallat@powerdns.com>
Fri, 13 Jun 2025 12:44:33 +0000 (14:44 +0200)
committerMiod Vallat <miod.vallat@powerdns.com>
Fri, 13 Jun 2025 12:44:33 +0000 (14:44 +0200)
Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
regression-tests/start-test-stop

index 0fb538cc6bab41ad630eecdaa9c31a3091baf36f..cd9c0e6c0bdf91f59035917fce6c6586d246c309 100755 (executable)
@@ -326,8 +326,6 @@ dotests () {
         ./toxml
         ./totar
 
-        cat ./trustedkeys
-
         if [ -s "./failed_tests" ]
         then
                 for t in `cat failed_tests`