Navigation Menu

Skip to content

Commit

Permalink
inplace reporter: use different marker for finish marker
Browse files Browse the repository at this point in the history
"=" is already used for diff marker
  • Loading branch information
kou committed Aug 11, 2012
1 parent e721ecd commit ef4553c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/groonga/tester.rb
Expand Up @@ -1696,7 +1696,7 @@ def draw_progress_line
progress_width -= start_mark.bytesize
progress_width -= finish_mark.bytesize
progress_width -= statistics.bytesize
finished_mark = "="
finished_mark = "-"
if n_done_tests == n_total_tests
progress = finished_mark * progress_width
else
Expand Down

0 comments on commit ef4553c

Please sign in to comment.