From: George Thessalonikefs Date: Mon, 26 Sep 2022 13:51:28 +0000 (+0200) Subject: - Better output for skipped tdir tests. X-Git-Tag: release-1.17.0rc1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b9881675177db49329a0fd53117f98303b465cc;p=thirdparty%2Funbound.git - Better output for skipped tdir tests. --- diff --git a/doc/Changelog b/doc/Changelog index 824674488..bbcef6f31 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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 diff --git a/testcode/mini_tdir.sh b/testcode/mini_tdir.sh index 55c24c107..46914b38a 100755 --- a/testcode/mini_tdir.sh +++ b/testcode/mini_tdir.sh @@ -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