]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
parallel runs: initialize failedLogs on non-Linux 439/head
authorTharushi Jayasekara <tharushi68@gmail.com>
Tue, 16 Feb 2021 16:43:24 +0000 (22:13 +0530)
committerTharushi Jayasekara <tharushi68@gmail.com>
Tue, 16 Feb 2021 16:43:24 +0000 (22:13 +0530)
run.py

diff --git a/run.py b/run.py
index 1f7936b20a5960808913eddefaf3e56162123fa8..636a5f0609cd661f936aa704a052e927e3d05118 100755 (executable)
--- a/run.py
+++ b/run.py
@@ -55,6 +55,7 @@ if LINUX:
     count_dict = manager.dict()
     check_args = manager.dict()
 else:
+    failedLogs = []
     count_dict = {}
     check_args = {}
     # Bring in a lock from threading to satisfy the MP semantics when