]> granicus.if.org Git - python/commit
regrtest doesn't ignore -j1 anymore
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 20 May 2016 11:15:55 +0000 (13:15 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 20 May 2016 11:15:55 +0000 (13:15 +0200)
commit6d81a2136d61cb787e7bd7fc26a7ba2a363d8c40
treeff515387774179c272f38d2f80cfa6c5cf5ffdbd
parent2292edf574f2fcf630c81f0c3348692f18dc4e42
regrtest doesn't ignore -j1 anymore

* regrtest now uses subprocesses when the -j1 command line option
  is used: each test file runs in a fresh child process. Before, the -j1 option
  was ignored.
* Tools/buildbot/test.bat script now uses -j1 by default to run
  each test file in fresh child process.
Lib/test/libregrtest/cmdline.py
Misc/NEWS
Tools/buildbot/test.bat