mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
Analysis workflow, remove debug output.
This commit is contained in:
parent
ba846a925a
commit
7a5e869548
1 changed files with 0 additions and 3 deletions
3
.github/workflows/analysis_ports.yml
vendored
3
.github/workflows/analysis_ports.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue