]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
run.py: use single mode if -j1 and on Linux
authorJason Ish <jason.ish@oisf.net>
Fri, 24 May 2024 18:45:34 +0000 (12:45 -0600)
committerJason Ish <jason.ish@oisf.net>
Mon, 27 May 2024 21:49:58 +0000 (15:49 -0600)
commit662ed60025ab54e44fe6b07a0bca498132579ae7
treec3a14f98643948a0e3d97e6b18c567831ae92aba
parentb66c45479c72820e46f49b0916cb7e7669e3bb13
run.py: use single mode if -j1 and on Linux

Single mode can expose some errors that are hidden in mp mode, so it
can be useful to use even on Linux.
run.py