comparison tests/test-https.t @ 25428:51e7acc34b0a

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 a signal.
author Yuya Nishihara <yuya@tcha.org>
date Fri, 05 Jun 2015 07:49:06 +0900
parents 21b536f01eda
children 4d2b9b304ad0
comparison
equal deleted inserted replaced
25427:d0c7ffc4c8bc 25428:51e7acc34b0a
344 pulling from https://localhost:$HGPORT2/ 344 pulling from https://localhost:$HGPORT2/
345 abort: error: *certificate verify failed* (glob) 345 abort: error: *certificate verify failed* (glob)
346 [255] 346 [255]
347 347
348 348
349 $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS 349 $ "$TESTDIR/killdaemons.py" hg0.pid
350 350
351 #if sslcontext 351 #if sslcontext
352 352
353 Start patched hgweb that requires client certificates: 353 Start patched hgweb that requires client certificates:
354 354