]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
test/yaml: Improve YAML parsing error messages
authorJeff Lucovsky <jeff@lucovsky.org>
Tue, 25 Jan 2022 19:14:50 +0000 (14:14 -0500)
committerVictor Julien <victor@inliniac.net>
Thu, 10 Nov 2022 13:03:49 +0000 (15:03 +0200)
commit259fc2533007f7dccc92cae75c8988cdfdb90573
treee2d4b7fb96b4cfaa7bf2ec2c68f2247ad2d9b338
parent88a754ffdf76e4ea3eecb9bfa3f42682318b214e
test/yaml: Improve YAML parsing error messages

Without this commit, a YAML syntactic error is silently ignored. This
patch displays the YAML exception, if any, that occurs while loading the
YAML config file.
run.py