##// END OF EJS Templates
tests: stop killing (most) https servers individually...
Matt Harbison -
r53183:e03bc887 default
parent child Browse files
Show More
@@ -335,9 +335,7 Fingerprints
335 335
336 336 Ports used by next test. Kill servers.
337 337
338 $ killdaemons.py hg0.pid
339 $ killdaemons.py hg1.pid
340 $ killdaemons.py hg2.pid
338 $ killdaemons.py $DAEMON_PIDS
341 339
342 340 #if tls1.2
343 341 Start servers running supported TLS versions
@@ -465,12 +463,7 The per-host config option by itself wor
465 463 abort: error: .*(unsupported protocol|wrong ssl version|alert protocol version).* (re)
466 464 [100]
467 465
468 $ killdaemons.py hg0.pid
469 $ killdaemons.py hg1.pid
470 $ killdaemons.py hg2.pid
471 #if tls1.3
472 $ killdaemons.py hg3.pid
473 #endif
466 $ killdaemons.py $DAEMON_PIDS
474 467 #endif
475 468
476 469 Prepare for connecting through proxy
General Comments 0
You need to be logged in to leave comments. Login now