[master] 614156b Don't dump core in files testing the panic code, to steals our gcov numbers.

Poul-Henning Kamp phk at FreeBSD.org
Sun Feb 19 10:23:05 CET 2017


commit 614156b6eba32339a30ca4f5cc65d2eb0408253f
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Sun Feb 19 09:22:28 2017 +0000

    Don't dump core in files testing the panic code, to steals our
    gcov numbers.

diff --git a/bin/varnishtest/tests/t02004.vtc b/bin/varnishtest/tests/t02004.vtc
index 27442ca..b757660 100644
--- a/bin/varnishtest/tests/t02004.vtc
+++ b/bin/varnishtest/tests/t02004.vtc
@@ -14,6 +14,7 @@ varnish v1 -vcl+backend {
 } -start
 
 varnish v1 -cliok "param.set feature +http2"
+varnish v1 -cliok "param.set feature +no_coredump"
 varnish v1 -cliok "param.set debug +syncvsl"
 
 client c1 {



More information about the varnish-commit mailing list