From: W.C.A. Wijngaards Date: Thu, 24 Jun 2021 20:28:07 +0000 (+0200) Subject: Analysis workflow, output testbound results. X-Git-Tag: release-1.13.2rc1~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56733f1ba0c21dc451a4047bfe75927ee4ff8d69;p=thirdparty%2Funbound.git Analysis workflow, output testbound results. --- diff --git a/.github/workflows/analysis_ports.yml b/.github/workflows/analysis_ports.yml index caf6cf63f..5dafcfb7d 100644 --- a/.github/workflows/analysis_ports.yml +++ b/.github/workflows/analysis_ports.yml @@ -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: