[PATCH] test-https: kill only hgweb daemon to restart for client-auth test

Yuya Nishihara yuya at tcha.org
Thu Jun 4 22:57:27 UTC 2015


# HG changeset patch
# User Yuya Nishihara <yuya at tcha.org>
# Date 1433458146 -32400
#      Fri Jun 05 07:49:06 2015 +0900
# Node ID 065b0f8e5d8068348d67b35fdb5d4eb367dec75c
# Parent  c0995cd8ff6fdc44ff20835e005771f08452a353
test-https: kill only hgweb daemon to restart for client-auth test

This avoids a test failure on Mac OS X. Because tinyproxy.py isn't detached
from the shell, it may complain that a child process is terminated by singal.

diff --git a/tests/test-https.t b/tests/test-https.t
--- a/tests/test-https.t
+++ b/tests/test-https.t
@@ -346,7 +346,7 @@ Test https with cert problems through pr
   [255]
 
 
-  $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS
+  $ "$TESTDIR/killdaemons.py" hg0.pid
 
 #if sslcontext
 


More information about the Mercurial-devel mailing list