Skip to content

Commit

Permalink
[ui][console] add newlines.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 6, 2011
1 parent 70822a3 commit 54074d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/test/unit/ui/console/testrunner.rb
Expand Up @@ -355,7 +355,10 @@ def output_progress(mark, color=nil)
def output_progress_in_detail(fault)
return if @output_level == SILENT
return unless categorize_fault(fault) == :need_detail_faults
nl
nl
output_fault(fault)
nl
end

def output?(level)
Expand Down

0 comments on commit 54074d5

Please sign in to comment.