From: W.C.A. Wijngaards Date: Thu, 25 Apr 2024 15:06:06 +0000 (+0200) Subject: - Fix doc unit test for out of directory build. X-Git-Tag: release-1.20.0rc1~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f456d97a340b6a9fd4338eb84e9c933e3c901663;p=thirdparty%2Funbound.git - Fix doc unit test for out of directory build. --- diff --git a/doc/Changelog b/doc/Changelog index d683d1a64..73af54ae7 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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. diff --git a/testdata/01-doc.tdir/01-doc.test b/testdata/01-doc.tdir/01-doc.test index 408a30241..1e7916d55 100644 --- a/testdata/01-doc.tdir/01-doc.test +++ b/testdata/01-doc.tdir/01-doc.test @@ -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