]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix doc unit test for out of directory build.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 25 Apr 2024 15:06:06 +0000 (17:06 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 25 Apr 2024 15:06:06 +0000 (17:06 +0200)
doc/Changelog
testdata/01-doc.tdir/01-doc.test

index d683d1a64ab3e818f5e828e171341119be22e24d..73af54ae768a29973062aca952991f387088646e 100644 (file)
@@ -5,6 +5,7 @@
          thread / error: reading root hints.
        - Fix to disable fragmentation on systems with IP_DONTFRAG,
          with a nonzero value for the socket option argument.
+       - Fix doc unit test for out of directory build.
 
 24 April 2024: Wouter
        - Fix ci workflow for macos for moved install locations.
index 408a302415cc1446ead1e872f9c8205938fd6754..1e7916d557422123d44d7563f19cc01f78d6c815 100644 (file)
@@ -13,8 +13,8 @@ get_make
 
 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
+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