diff options
author | Ashlee Young <ashlee@onosfw.com> | 2015-09-22 12:53:15 -0700 |
---|---|---|
committer | Ashlee Young <ashlee@onosfw.com> | 2015-09-22 12:53:15 -0700 |
commit | e6d71622143ff9b2421a1abbe8434b954b5b1099 (patch) | |
tree | c5b037b78e9170e62538c72ab604189c47159a80 /framework/src/suricata/qa/docker/buildbot.cfg | |
parent | 81391595dca425ae58e2294898f09f11d9a32dbc (diff) |
bringing suricata to commit 4a738023d5ac945f0109ceb13fcc43e3f3095453
Change-Id: I7bbd8767089a43573cb38d23fe7bf1b656b29893
Diffstat (limited to 'framework/src/suricata/qa/docker/buildbot.cfg')
-rw-r--r-- | framework/src/suricata/qa/docker/buildbot.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/src/suricata/qa/docker/buildbot.cfg b/framework/src/suricata/qa/docker/buildbot.cfg index bce14d22..b2063ac9 100644 --- a/framework/src/suricata/qa/docker/buildbot.cfg +++ b/framework/src/suricata/qa/docker/buildbot.cfg @@ -126,7 +126,7 @@ pcaps_list = [ os.path.join(PCAP_PATH, pcap) for pcap in pcaps_list if pcap.ends factory_stress_pcap = SuriBuildFactory() # run the tests (note that this will require that 'trial' is installed) factory_stress_pcap.addStep(ShellCommand(command=["./autogen.sh"])) -factory_stress_pcap.addStep(ShellCommand(command=["./configure","--enable-debug-validation"])) +factory_stress_pcap.addStep(ShellCommand(command=["./configure","--enable-debug-validation"],env={"CFLAGS" : "-fsanitize=address -fno-omit-frame-pointer"})) factory_stress_pcap.addStep(ShellCommand(command=["make"])) factory_stress_pcap.addStep(ShellCommand(command=["sudo", "make","install"])) factory_stress_pcap.addStep(ShellCommand(command=["sudo", "rm", "-f", "/usr/local/etc/suricata/suricata.yaml"])) |