mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Better output for skipped tdir tests.
This commit is contained in:
parent
e93c75a5d4
commit
5b98816751
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue