[Groonga-commit] groonga/groonga-test [master] Show around 10 lines of diff line by default.

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 5日 (月) 17:29:41 JST


Kouhei Sutou	2012-03-05 17:29:41 +0900 (Mon, 05 Mar 2012)

  New Revision: 93196b20fc1d622a782dcb9eb56f475af8002013

  Log:
    Show around 10 lines of diff line by default.

  Modified files:
    bin/groonga-test

  Modified: bin/groonga-test (+1 -1)
===================================================================
--- bin/groonga-test    2012-03-05 17:23:01 +0900 (0986ec1)
+++ bin/groonga-test    2012-03-05 17:29:41 +0900 (8eeca85)
@@ -155,7 +155,7 @@ class GroongaTester
   def detect_suitable_diff
     if command_exist?("cut-diff")
       @diff = "cut-diff"
-      @diff_options = []
+      @diff_options = ["--context-lines", "10"]
     else
       @diff = "diff"
       @diff_options = ["-u"]




Groonga-commit メーリングリストの案内
Back to archive index