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

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