[Groonga-commit] groonga/grntest [master] inplace reporter: use different marker for finish marker

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Aug 11 18:25:13 JST 2012


Kouhei Sutou	2012-08-11 18:25:13 +0900 (Sat, 11 Aug 2012)

  New Revision: ef4553c4f370d04536d875d6a829db33dea7ef12
  https://github.com/groonga/grntest/commit/ef4553c4f370d04536d875d6a829db33dea7ef12

  Log:
    inplace reporter: use different marker for finish marker
    
    "=" is already used for diff marker

  Modified files:
    lib/groonga/tester.rb

  Modified: lib/groonga/tester.rb (+1 -1)
===================================================================
--- lib/groonga/tester.rb    2012-08-11 18:23:58 +0900 (3ca6aa4)
+++ lib/groonga/tester.rb    2012-08-11 18:25:13 +0900 (84a4035)
@@ -1696,7 +1696,7 @@ EOF
         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
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index