From: W.C.A. Wijngaards Date: Fri, 25 Jun 2021 08:38:09 +0000 (+0200) Subject: Analysis workflow, output debug. X-Git-Tag: release-1.13.2rc1~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62ba44102421df82df392bd7c9e21995b1423493;p=thirdparty%2Funbound.git Analysis workflow, output debug. --- diff --git a/.github/workflows/analysis_ports.yml b/.github/workflows/analysis_ports.yml index 0cd8bd412..039a387f2 100644 --- a/.github/workflows/analysis_ports.yml +++ b/.github/workflows/analysis_ports.yml @@ -238,7 +238,7 @@ jobs: 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_nsec3_ent.rpl -o -vvvv + make testbound.exe; ./testbound.exe -p testdata/auth_xfr.rpl -o -vvvv make test - name: test_android if: ${{ matrix.test_android == 'yes' }}