]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Use pdnsutil -q to get clean output. 15443/head
authorMiod Vallat <miod.vallat@powerdns.com>
Thu, 17 Apr 2025 06:10:39 +0000 (08:10 +0200)
committerMiod Vallat <miod.vallat@powerdns.com>
Thu, 17 Apr 2025 06:12:12 +0000 (08:12 +0200)
regression-tests.nobackend/lmdb-id-generation/command
regression-tests.nobackend/lmdb-id-generation/expected_result

index a6775684d20dc1f5c6bca8821a03bb381ffd5f7a..dfea89cd4793b3faf607da1572451269ef1de82e 100755 (executable)
@@ -18,8 +18,8 @@ do
   lmdb-random-ids=${random}
 EOF
 
-  $PDNSUTIL --config-dir="${workdir}" --config-name=lmdb create-zone example.com
-  ids=$( for i in a b c ; do $PDNSUTIL --config-dir="${workdir}" --config-name=lmdb add-zone-key example.com ksk ; done | xargs )
+  $PDNSUTIL -q --config-dir="${workdir}" --config-name=lmdb create-zone example.com
+  ids=$( for i in a b c ; do $PDNSUTIL -q --config-dir="${workdir}" --config-name=lmdb add-zone-key example.com ksk ; done | xargs )
   if [ $random = no ]
   then
     if [ "$ids" = "1 2 3" ]
index a8187cb4ab144a53b53595d5596d299dbaf9a751..127b73f5966d6c76e64a219e20f61f0540966e9a 100644 (file)
@@ -1,8 +1,2 @@
-WARNING: local files have been created as a result of this operation.
-Be sure to check the files owner, group and permission to make sure that
-the authoritative server can correctly use them.
 sequential generator generated 1 2 3 correctly
-WARNING: local files have been created as a result of this operation.
-Be sure to check the files owner, group and permission to make sure that
-the authoritative server can correctly use them.
 random generator generated something other than 1 2 3, good