]> granicus.if.org Git - python/commit
Make regrtest complain when -M and -j are used together.
authorNadeem Vawda <nadeem.vawda@gmail.com>
Sat, 27 Aug 2011 13:22:05 +0000 (15:22 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sat, 27 Aug 2011 13:22:05 +0000 (15:22 +0200)
commitc1fba3ea0c2e10d5dec77f71214ade5cce86c1bf
tree3ab7fd487d28a37916c34b3d12a5e616916e69a8
parentbe573e7d17ecbcde3225f4d23be7d6fbab3d5f14
Make regrtest complain when -M and -j are used together.

-j doesn't pass the memlimit on to child processes, so this doesn't work at
present, and even if it did, running multiple bigmem tests at once would
usually not be desirable (since you generally want to devote as much of the
available RAM as possible to each test).
Lib/test/regrtest.py