]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Better output for skipped tdir tests.
authorGeorge Thessalonikefs <george@nlnetlabs.nl>
Mon, 26 Sep 2022 13:51:28 +0000 (15:51 +0200)
committerGeorge Thessalonikefs <george@nlnetlabs.nl>
Mon, 26 Sep 2022 13:51:28 +0000 (15:51 +0200)
doc/Changelog
testcode/mini_tdir.sh

index 824674488d1ef05b293cc74e21b4e1a526e926c7..bbcef6f315a2f41f828228aeb2241c3b56bca301 100644 (file)
@@ -1,3 +1,6 @@
+26 September 2022: George
+       - Better output for skipped tdir tests.
+
 21 September 2022: Wouter
        - Patch for CVE-2022-3204 Non-Responsive Delegation Attack.
        - This patch was released in 1.16.3, the code repository continues
index 55c24c107927a0af6553dc6e0c568ca710ec02d0..46914b38a2ad361ddd9bb94eaf0cefa2cab3291d 100755 (executable)
@@ -163,6 +163,7 @@ if test -f $name.pre; then
        if test $exit_value -eq 3; then
                echo "$name: SKIPPED" >> $result
                echo "$name: SKIPPED" > ../$skip
+               echo "$name: SKIPPED"
        elif test $exit_value -ne 0; then
                echo "Warning: $name.pre did not exit successfully"
        fi