]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
runner: add --quiet option
authorJason Ish <jason.ish@oisf.net>
Wed, 8 Sep 2021 16:59:44 +0000 (10:59 -0600)
committerJason Ish <jason.ish@oisf.net>
Fri, 10 Sep 2021 16:02:33 +0000 (10:02 -0600)
commit40d1ae80f8d239410e22e52dff04e988cbaf518f
tree95d32169e6d1db944af4786aee6047eaf519da9b
parente37080298f20e43c36101fc7176dd10b0d740017
runner: add --quiet option

With --quiet each successful test won't be output, instead
just failed tests, the final summary and maybe some other
useful diagnostic info.

Quiet will also suppress skipped tests from being printed.
run.py