]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Analysis workflow, remove debug output.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 25 Jun 2021 09:18:12 +0000 (11:18 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 25 Jun 2021 09:18:12 +0000 (11:18 +0200)
.github/workflows/analysis_ports.yml

index 039a387f25e9be854e21fc675e81028a08bda864..0fa84cf01f25d9a0ab5bd837b4f726073e8e82d7 100644 (file)
@@ -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