]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix doc test so it ignores but outputs unsupported doxygen options.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 8 Mar 2024 15:43:24 +0000 (16:43 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 8 Mar 2024 15:43:24 +0000 (16:43 +0100)
doc/Changelog
testdata/01-doc.tdir/01-doc.test

index 62ce88da994fd39c87d7640c6b048745312ef0b0..a22d5b80f4d52f7ac422d715d60aee6ffa9854ea 100644 (file)
@@ -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
index 904672bd02de93ab25d99cecd783dcb519f47736..408a302415cc1446ead1e872f9c8205938fd6754 100644 (file)
@@ -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