Commit d1bf3bba authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Tollef Fog Heen

Ignore SIGPIPE, it causes the test-executing subprocess to bail out

before all diagnostics have been gathered.

Conflicts:

	bin/varnishtest/vtc.c
parent 8721bc44
......@@ -530,6 +530,8 @@ exec_file(const char *fn, const char *script, const char *tmpdir,
FILE *f;
struct extmacro *m;
signal(SIGPIPE, SIG_IGN);
vtc_loginit(logbuf, loglen);
vltop = vtc_logopen("top");
AN(vltop);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment