]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
Disable ASAN leak detection.
authorJason Ish <ish@unx.ca>
Mon, 11 Sep 2017 12:16:04 +0000 (13:16 +0100)
committerJason Ish <ish@unx.ca>
Mon, 11 Sep 2017 12:16:04 +0000 (13:16 +0100)
run.py

diff --git a/run.py b/run.py
index 25f79cb2f262292cc8fd28cf21a25bd3ef48543a..cf8aaa9be2bb752c273160b7f5b512df974314d4 100755 (executable)
--- a/run.py
+++ b/run.py
@@ -47,6 +47,7 @@ class TestRunner:
         env = {
             "TZ": "UTC",
             "TEST_DIR": self.directory,
+            "ASAN_OPTIONS": "detect_leaks=0",
         }
 
         # Cleanup the output directory.