]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
runner: don't fail if the pcap filename is falsey
authorJason Ish <jason.ish@oisf.net>
Thu, 4 Aug 2022 16:20:14 +0000 (10:20 -0600)
committerVictor Julien <victor@inliniac.net>
Tue, 13 Sep 2022 10:19:07 +0000 (12:19 +0200)
commitce4a1c7c597a95eec70a58b4f58fcda6a63e453d
tree8d23d0ec6192ea01a9e31ca8d9a86d525553d933
parent7f0c7948c62277610e0cf856d473dcb4ed35971b
runner: don't fail if the pcap filename is falsey

Instead, if the pcap filename is a "falsey" value in Python, treat it
like "pcap: false" in the requires section as this is an easy mistake to
make, and in some cases makes more sense to allow false where you could
also override the filename.
README.md
run.py