Message 296885 - Python tracker
Message296885
| Author | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2017-06-26.12:20:25 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1498479625.99.0.2074468535.issue30764@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I implemented the feature: https://github.com/python/cpython/pull/2402 My PR changes also the exit code from 1 to 2 (tests failed) or 3 (interrupted), to be able to distinguish how regrtest failed. It should also help to bisect failing tests. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-06-26 12:20:26 | vstinner | set | recipients: + vstinner |
| 2017-06-26 12:20:25 | vstinner | set | messageid: <1498479625.99.0.2074468535.issue30764@psf.upfronthosting.co.za> |
| 2017-06-26 12:20:25 | vstinner | link | issue30764 messages |
| 2017-06-26 12:20:25 | vstinner | create | |