comparison setup.py @ 18057:6b88ded2a993

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.
author Bryan O'Sullivan <bryano@fb.com>
date Tue, 11 Dec 2012 15:13:23 -0800
parents 65a46635fb31
children 3f59cb1ccc73
comparison
equal deleted inserted replaced
18056:7c9b07f0da73 18057:6b88ded2a993