- Fix doc unit test for out of directory build.

This commit is contained in:
W.C.A. Wijngaards 2024-04-25 17:06:06 +02:00
parent 8b490b1540
commit f456d97a34
2 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@
thread / error: reading root hints. thread / error: reading root hints.
- Fix to disable fragmentation on systems with IP_DONTFRAG, - Fix to disable fragmentation on systems with IP_DONTFRAG,
with a nonzero value for the socket option argument. with a nonzero value for the socket option argument.
- Fix doc unit test for out of directory build.
24 April 2024: Wouter 24 April 2024: Wouter
- Fix ci workflow for macos for moved install locations. - Fix ci workflow for macos for moved install locations.

View File

@ -13,8 +13,8 @@ get_make
bad=0 bad=0
# filter out doxygen warnings about unsupported tags in the config, print first # filter out doxygen warnings about unsupported tags in the config, print first
grep -e "warning: ignoring unsupported tag.*file ./doc/unbound.doxygen" 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 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; if grep -e "Warning" -e "warning" -e "Error" -e "error" mylog >/dev/null 2>&1;
then then
cat mylog cat mylog