##// END OF EJS Templates
run-tests: support running tests in parallel on windows...
run-tests: support running tests in parallel on windows Previously, we used os.spawnvp, which doesn't exist on Windows, and isn't needed anyway (the command line begins with an absolute path). We also need a slightly more convoluted way to wait for processes without specifying an order on Windows, as it lacks os.wait.

File last commit:

r0:9117c656 default
r18057:6b88ded2 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer