[master] 3efd809 OK, for reasons I don't understand, SIGINT does not work here.

Poul-Henning Kamp phk at FreeBSD.org
Fri Nov 18 10:57:05 CET 2016


commit 3efd809dc844a64d9d609d678cf6973667aa88f7
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Fri Nov 18 09:56:10 2016 +0000

    OK, for reasons I don't understand, SIGINT does not work here.
    
    Use SIGKILL which is sure to work.

diff --git a/bin/varnishtest/tests/u00000.vtc b/bin/varnishtest/tests/u00000.vtc
index 57308c7..cba95c0 100644
--- a/bin/varnishtest/tests/u00000.vtc
+++ b/bin/varnishtest/tests/u00000.vtc
@@ -16,7 +16,7 @@ delay 0.5
 # stop
 process p1 -stop
 process p2 -close
-process p3 -kill INT
+process p3 -kill KILL
 
 # wait
 process p1 -wait



More information about the varnish-commit mailing list