From f456d97a340b6a9fd4338eb84e9c933e3c901663 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Thu, 25 Apr 2024 17:06:06 +0200 Subject: [PATCH] - Fix doc unit test for out of directory build. --- doc/Changelog | 1 + testdata/01-doc.tdir/01-doc.test | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.47.3