]> granicus.if.org Git - python/commit
Added a -s option which is useful for narrowing down memory leaks.
authorBarry Warsaw <barry@python.org>
Thu, 28 Jan 1999 19:51:51 +0000 (19:51 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 28 Jan 1999 19:51:51 +0000 (19:51 +0000)
commite11e3dee3e4f467d51c9d36e24b0b09e64eab295
tree6448ca802d12201e77c67fda89069fb9ce3b10c2
parentab11f60bb34f2d04b0f694fd4275a9d954c478cd
Added a -s option which is useful for narrowing down memory leaks.
With -s only a single test is run.  The next test run is chosen
sequentially from the list of all tests.
Lib/test/regrtest.py