]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
runner: remove os.chdir, use full paths as needed
authorJason Ish <jason.ish@oisf.net>
Mon, 7 Jul 2025 05:19:30 +0000 (23:19 -0600)
committerVictor Julien <victor@inliniac.net>
Tue, 15 Jul 2025 14:40:39 +0000 (16:40 +0200)
commit486e1d411d65093ec0461a4fad8c73254b589f74
tree3982b309970cd0c6de0e243c1dfafa3f180475c0
parent8187ba8fb55b6de18ec2d9ea6f3f81a53834357c
runner: remove os.chdir, use full paths as needed

In preparation for multi-threading, where we can't chdir as that would
affect other threads.
run.py