From: W.C.A. Wijngaards Date: Fri, 25 Jun 2021 09:18:12 +0000 (+0200) Subject: Analysis workflow, remove debug output. X-Git-Tag: release-1.13.2rc1~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a5e869548219e184cb77d6e63c5501fb16b8f54;p=thirdparty%2Funbound.git Analysis workflow, remove debug output. --- diff --git a/.github/workflows/analysis_ports.yml b/.github/workflows/analysis_ports.yml index 039a387f2..0fa84cf01 100644 --- a/.github/workflows/analysis_ports.yml +++ b/.github/workflows/analysis_ports.yml @@ -233,9 +233,6 @@ jobs: ./configure --enable-debug --enable-static-exe --disable-flto "--with-ssl=$prepath/openssl" --with-libexpat="$prepath/expat" make # specific test output - if echo "i686-mingw64" | grep -i -e linux -e dragonfly >/dev/null; then echo yes; else echo no; fi - if echo "i686-mingw64" | grep -i -e linux >/dev/null; then echo yeslinux; else echo nolinux; fi - if echo "i686-mingw64" | grep -i -e dragonfly >/dev/null; then echo yesdragonfly; else echo nodragonfly; fi make testbound.exe; ./testbound.exe -s # make testbound; ./testbound.exe -p testdata/acl.rpl -o -vvvv make testbound.exe; ./testbound.exe -p testdata/auth_xfr.rpl -o -vvvv