commit | 58526417ed778df681db17fbabbf0d86fe3c9b67 | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Sat Mar 06 17:24:36 2010 +0000 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Sat Mar 06 17:24:36 2010 +0000 |
tree | 66d82482edfcd0257f32e801d2471e5e37c21b3d | |
parent | 1adbee226e64dabe85e5775e62865b6a42096c04 [diff] [blame] |
Do not print the header lines when running a single test.
diff --git a/Misc/NEWS b/Misc/NEWS index e6662e8..a60e6fd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -126,6 +126,9 @@ Tests ----- +- Print platform information when running the whole test suite, or using + the --verbose flag. + - Issue #767675: enable test_pep277 on POSIX platforms with Unicode-friendly filesystem encoding.