Message185302
The attached patch is a proof of concept that changes the output of regrtest so that the "[xxx/yyy] test_zzzzzz" is updated in place instead of printing each test on a separate line. Failures, skips, and the final report are printed normally, making it easier to find what failed without having to scroll for 400+ lines of output.
The patch works with and without -j, but I haven't tested it with other flags.
If people like the idea, this could be the default behavior, otherwise a new flag to enable the feature could be added (or it could be enabled with the already existing -q/--quiet).
Also attached a sample output of a full test run. |
|
| Date |
User |
Action |
Args |
| 2013-03-26 21:02:15 | ezio.melotti | set | recipients:
+ ezio.melotti, brett.cannon, pitrou, vstinner, r.david.murray, chris.jerdonek |
| 2013-03-26 21:02:15 | ezio.melotti | set | messageid: <1364331735.49.0.0652208703783.issue17554@psf.upfronthosting.co.za> |
| 2013-03-26 21:02:15 | ezio.melotti | link | issue17554 messages |
| 2013-03-26 21:02:15 | ezio.melotti | create | |
|