]> git.ipfire.org Git - thirdparty/suricata.git/commit
cocci/run-check: log if parallel command is not found 10445/head
authorJason Ish <jason.ish@oisf.net>
Tue, 13 Feb 2024 19:38:57 +0000 (13:38 -0600)
committerVictor Julien <victor@inliniac.net>
Thu, 15 Feb 2024 18:27:48 +0000 (19:27 +0100)
commitf7114b7fe38861f1dc618586158617f9b1c14ddd
tree9a8559b0c253ba98f45243854c17d7b0b65cf62d
parent6198ea5a91cf62997c9562417ba9da7fee7f30b0
cocci/run-check: log if parallel command is not found

If CONCURRENCY_LEVEL was set, the script would log a concurrency level
even if the parallel command was not available. Not log if parallel is
not available and set concurrency to 1.
qa/coccinelle/run_check.sh