[Groonga-commit] groonga/grntest at 7fa0769 [master] Fix a bug that may_slow_command? is broken

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Oct 25 15:43:38 JST 2014


Kouhei Sutou	2014-10-25 15:43:38 +0900 (Sat, 25 Oct 2014)

  New Revision: 7fa0769420888c1b07cc8bb548d7ffc3d337067e
  https://github.com/groonga/grntest/commit/7fa0769420888c1b07cc8bb548d7ffc3d337067e

  Message:
    Fix a bug that may_slow_command? is broken

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

  Modified: lib/grntest/executors/standard-io-executor.rb (+1 -1)
===================================================================
--- lib/grntest/executors/standard-io-executor.rb    2014-09-28 12:40:25 +0900 (3fdaaf7)
+++ lib/grntest/executors/standard-io-executor.rb    2014-10-25 15:43:38 +0900 (1534260)
@@ -64,7 +64,7 @@ module Grntest
         "register",
       ]
       def may_slow_command?
-        MAY_SLOW_COMMANDS.include?(@current_command)
+        MAY_SLOW_COMMANDS.include?(@current_command.name)
       end
     end
   end
-------------- next part --------------
HTML����������������������������...
Download 



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