From 56733f1ba0c21dc451a4047bfe75927ee4ff8d69 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Thu, 24 Jun 2021 22:28:07 +0200 Subject: [PATCH] Analysis workflow, output testbound results. --- .github/workflows/analysis_ports.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: