diff hgext/factotum.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 cbb916e2d7c5
children c1d23b4a66d5
line wrap: on
line diff