Skip to content
Snippets Groups Projects
Commit e03bc88776d3 authored by Matt Harbison's avatar Matt Harbison
Browse files

tests: stop killing (most) https servers individually

This is easier to manage, and avoids one nested conditional.  There is one final
sweep of killing individual servers near the end, but that's left alone because
there's a comment about not killing `tinyproxy.py`, due to potentially emitting
additional output.
parent 323e3626929a
No related branches found
No related tags found
4 merge requests!1292Draft: 7.0rc preparation,!1115ci: disable caching of the wheels that get built to save space,!1069Secure default values for TLS,!1064SSL updates (with TLSv3)
......@@ -335,9 +335,7 @@
Ports used by next test. Kill servers.
$ killdaemons.py hg0.pid
$ killdaemons.py hg1.pid
$ killdaemons.py hg2.pid
$ killdaemons.py $DAEMON_PIDS
#if tls1.2
Start servers running supported TLS versions
......@@ -465,12 +463,7 @@
abort: error: .*(unsupported protocol|wrong ssl version|alert protocol version).* (re)
[100]
$ killdaemons.py hg0.pid
$ killdaemons.py hg1.pid
$ killdaemons.py hg2.pid
#if tls1.3
$ killdaemons.py hg3.pid
#endif
$ killdaemons.py $DAEMON_PIDS
#endif
Prepare for connecting through proxy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment