diff options
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-x | Lib/test/regrtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 1f9efa7..0531896 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -199,7 +199,7 @@ def main(tests=None, testdir=None, verbose=0, quiet=0, generate=0, good.sort() bad.sort() skipped.sort() - + if good and not quiet: if not bad and not skipped and len(good) > 1: print "All", |