From: Jason Ish Date: Mon, 11 Sep 2017 12:16:04 +0000 (+0100) Subject: Disable ASAN leak detection. X-Git-Tag: suricata-6.0.4~577 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b180acb3d502f959ef42471c4f805f6541db6395;p=thirdparty%2Fsuricata-verify.git Disable ASAN leak detection. --- diff --git a/run.py b/run.py index 25f79cb2f..cf8aaa9be 100755 --- 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.