]> 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)
commit0c97e5f36aa59e0221b9d279dfea83ff6f7936c0
treec2f39ada0b0a104136522753aee9a4d8569b174e
parent217607ecde2f23f513aab3cdf7b99abf0fa6e415
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