From: Jason Ish Date: Tue, 20 Dec 2022 19:37:58 +0000 (-0600) Subject: github-ci: fedora non-root: suricata-verify -q X-Git-Tag: suricata-7.0.0-rc1~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49e9f51a039986ff5724d9d7cd8e435dfa61bde0;p=thirdparty%2Fsuricata.git github-ci: fedora non-root: suricata-verify -q Run Suricata-Verify in quiet mode for the non-root build to more easily find the error when fails. --- diff --git a/.github/workflows/scripts/fedora-non-root.sh b/.github/workflows/scripts/fedora-non-root.sh index 601aa4dcaf..3624f61e6f 100755 --- a/.github/workflows/scripts/fedora-non-root.sh +++ b/.github/workflows/scripts/fedora-non-root.sh @@ -42,6 +42,6 @@ case "$1" in ASAN_OPTIONS="detect_leaks=0" ./src/suricata -u -l . ;; verify) - python3 ./suricata-verify/run.py + python3 ./suricata-verify/run.py -q ;; esac