From 49e9f51a039986ff5724d9d7cd8e435dfa61bde0 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Tue, 20 Dec 2022 13:37:58 -0600 Subject: [PATCH] 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. --- .github/workflows/scripts/fedora-non-root.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2