Commit ab4cb707 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Pål Hermunn Johansen

Make -vsl_catchup bail on test-failure or child death

parent 9699d82d
......@@ -193,7 +193,7 @@ vsl_catchup(const struct varnish *v)
int vsl_idle;
vsl_idle = v->vsl_idle;
while (vsl_idle == v->vsl_idle)
while (!vtc_error && v->pid && vsl_idle == v->vsl_idle)
VTIM_sleep(0.1);
}
......
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