[master] 13b8160 Skip this test if asan is used
Federico G. Schwindt
fgsch at lodoss.net
Fri Jun 8 08:50:15 UTC 2018
commit 13b816074befeab5ca62f6e620674985ef73b43e
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date: Fri Jun 8 09:40:55 2018 +0100
Skip this test if asan is used
diff --git a/bin/varnishtest/tests/c00057.vtc b/bin/varnishtest/tests/c00057.vtc
index 09a9c1c..ec90cc8 100644
--- a/bin/varnishtest/tests/c00057.vtc
+++ b/bin/varnishtest/tests/c00057.vtc
@@ -1,5 +1,7 @@
varnishtest "test sigsegv handler"
+feature cmd "test -z $(env | grep ASAN_OPTIONS)"
+
server s1 {
rxreq
txresp
More information about the varnish-commit
mailing list