]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Analysis workflow, output testbound results.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 24 Jun 2021 20:28:07 +0000 (22:28 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 24 Jun 2021 20:28:07 +0000 (22:28 +0200)
.github/workflows/analysis_ports.yml

index caf6cf63f3baa903e0b2c99438b3cc5a9a4a4337..5dafcfb7d73f08a5b26863f26d98778804f8b01a 100644 (file)
@@ -314,7 +314,7 @@ jobs:
           echo "./configure --enable-debug --enable-static-exe --disable-flto \"--with-ssl=$prepath/openssl\" --with-libexpat=\"$prepath/expat\""
           ./configure --enable-debug --enable-static-exe --disable-flto "--with-ssl=$prepath/openssl" --with-libexpat="$prepath/expat"
           make
-          make test
+          make test || ./testbound.exe -p testdata/acl.rpl -o -vvvv
       - name: test_android
         if: ${{ matrix.test_android == 'yes' }}
         env: