[Groonga-commit] groonga/grntest at 7795c71 [master] Sort alphabetically

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Sep 25 14:41:26 JST 2015


Kouhei Sutou	2015-09-25 14:41:26 +0900 (Fri, 25 Sep 2015)

  New Revision: 7795c7118beb0bf0f16ee59d5f086d3c68da0edb
  https://github.com/groonga/grntest/commit/7795c7118beb0bf0f16ee59d5f086d3c68da0edb

  Message:
    Sort alphabetically

  Modified files:
    lib/grntest/executors/standard-io-executor.rb

  Modified: lib/grntest/executors/standard-io-executor.rb (+2 -2)
===================================================================
--- lib/grntest/executors/standard-io-executor.rb    2015-09-25 14:41:06 +0900 (a607a0c)
+++ lib/grntest/executors/standard-io-executor.rb    2015-09-25 14:41:26 +0900 (347734f)
@@ -61,9 +61,9 @@ module Grntest
 
       MAY_SLOW_COMMANDS = [
         "column_create",
-        "register",
-        "plugin_register",
         "load",
+        "plugin_register",
+        "register",
       ]
       def may_slow_command?
         MAY_SLOW_COMMANDS.include?(@current_command.name)
-------------- next part --------------
HTML����������������������������...
下載 



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