[master] b79f529 exec from the shell so we see the actual pid for the SIGHUP

Nils Goroll nils.goroll at uplex.de
Thu Jun 11 13:52:13 CEST 2015


commit b79f5293996250f98d521924644aabc20170e0dd
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Thu Jun 11 13:50:40 2015 +0200

    exec from the shell so we see the actual pid for the SIGHUP
    
    Just a quick fix, it would probably be cleaner to avoid the shell
    in the first place.

diff --git a/bin/varnishtest/tests/u00001.vtc b/bin/varnishtest/tests/u00001.vtc
index 7cf18c2..f362a0c 100644
--- a/bin/varnishtest/tests/u00001.vtc
+++ b/bin/varnishtest/tests/u00001.vtc
@@ -12,7 +12,7 @@ server s1 {
 
 varnish v1 -vcl+backend "" -start
 
-process p1 "${varnishncsa} -n ${v1_name} -w ${tmpdir}/ncsa.log -F %s" -start
+process p1 "exec ${varnishncsa} -n ${v1_name} -w ${tmpdir}/ncsa.log -F %s" -start
 
 # give varnishncsa enough time to open the VSM
 delay 1



More information about the varnish-commit mailing list