[IronPython] Misleading test runner output /all VS /test:name_of_test

Jeff Hardy jdhardy at gmail.com
Fri Feb 4 19:19:22 CET 2011


On Fri, Feb 4, 2011 at 11:11 AM, Dino Viehland <dinov at microsoft.com> wrote:
> The only difference between running a single test and running multiple tests is
> that we do attempt to run tests in parallel when we run multiple tests (by default
> we run 6 at a time which can be configured w/ the /threads: option).

You can disable parallel testing by using /threads:1 as well. It does
make the test run take quite a bit longer, though (~45 mins on my
machine).

- Jeff



More information about the Ironpython-users mailing list