mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix doc test so it ignores but outputs unsupported doxygen options.
This commit is contained in:
parent
e361f6b284
commit
6568841bb0
2 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
encountering it and also for when the qtype is DNAME.
|
||||
- Fix qname minimisation for reply with a DNAME for qtype CNAME that
|
||||
answers it.
|
||||
- Fix doc test so it ignores but outputs unsupported doxygen options.
|
||||
|
||||
8 March 2024: Yorgos
|
||||
- Update doc/unbound.doxygen with 'doxygen -u'. Fixes option
|
||||
|
|
|
|||
3
testdata/01-doc.tdir/01-doc.test
vendored
3
testdata/01-doc.tdir/01-doc.test
vendored
|
|
@ -12,6 +12,9 @@ get_make
|
|||
(cd $PRE ; $MAKE doc) > mylog 2>&1
|
||||
|
||||
bad=0
|
||||
# filter out doxygen warnings about unsupported tags in the config, print first
|
||||
grep -e "warning: ignoring unsupported tag.*file ./doc/unbound.doxygen" mylog
|
||||
grep -v -e "warning: ignoring unsupported tag.*file ./doc/unbound.doxygen" mylog > ilog; mv ilog mylog
|
||||
if grep -e "Warning" -e "warning" -e "Error" -e "error" mylog >/dev/null 2>&1;
|
||||
then
|
||||
cat mylog
|
||||
|
|
|
|||
Loading…
Reference in a new issue