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.
pull/8430/head
Jason Ish 2 years ago committed by Victor Julien
parent 7afc2e3aed
commit 49e9f51a03

@ -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

Loading…
Cancel
Save