aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/port_server.py
Commit message (Collapse)AuthorAge
* Windows fixGravatar Craig Tiller2015-08-06
|
* Rework restart facility to be more portableGravatar Craig Tiller2015-08-05
|
* Testing port serverGravatar Craig Tiller2015-08-04
run_tests.py will start a server (if it's not running, or if the running port server mismatches the 'current' one) that serves ports to use for tests. The server is left running after run_tests.py finishes, so that in environments such as Mac and Windows where tests run unshielded from each other, we don't start jumping on already used ports.