File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -656,14 +656,14 @@ def print_and_proceed(condition):
656656 _nesting_level -= 1
657657 assert _nesting_level >= 0
658658
659- r2 , f2 , e2 , w2 = counters ()
660- runs = r2 - r1
661- fails = f2 - f1
662- errors = e2 - e1
663- warns = w2 - w1
664-
665- msg = (maybe_colorize ("{} " .format (title ), TestConfig .CS .HEADING ) +
666- maybe_colorize ("END" , TC .BRIGHT , TestConfig .CS .HEADING ) +
667- maybe_colorize (": " , TestConfig .CS .HEADING ) +
668- summarize (runs , fails , errors , warns ))
669- TestConfig .printer (msg )
659+ r2 , f2 , e2 , w2 = counters ()
660+ runs = r2 - r1
661+ fails = f2 - f1
662+ errors = e2 - e1
663+ warns = w2 - w1
664+
665+ msg = (maybe_colorize ("{} " .format (title ), TestConfig .CS .HEADING ) +
666+ maybe_colorize ("END" , TC .BRIGHT , TestConfig .CS .HEADING ) +
667+ maybe_colorize (": " , TestConfig .CS .HEADING ) +
668+ summarize (runs , fails , errors , warns ))
669+ TestConfig .printer (msg )
You can’t perform that action at this time.
0 commit comments