Re: [Python-Dev] Aborting unit tests on first failure

2014-04-29 Thread Eric Snow
On Tue, Apr 29, 2014 at 8:02 PM, Nikolaus Rath wrote: > > Hello, > > I've just run the testsuite of hg tip with > > ./python -m test -u network,urlfetch -j 8 -G -v "failfast" (from -G) is passed directly to unittest.TextTestRunner (see test/support/__init__.py:_run_suite()). However, that's on a

[Python-Dev] Aborting unit tests on first failure

2014-04-29 Thread Nikolaus Rath
Hello, I've just run the testsuite of hg tip with ./python -m test -u network,urlfetch -j 8 -G -v and it finished with , | [...] | test_extract_dir (test.test_zipfile.TestWithDirectory) ... ok | test_store_dir (test.test_zipfile.TestWithDirectory) ... ok | test_different_file (test.test_zip