[Groonga-commit] droonga/drntest at 3a3d5a0 [master] Fix mismatched method name

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Nov 27 13:24:44 JST 2013


YUKI Hiroshi	2013-11-27 13:24:44 +0900 (Wed, 27 Nov 2013)

  New Revision: 3a3d5a013088383de93b53d813d2f03589abf82a
  https://github.com/droonga/drntest/commit/3a3d5a013088383de93b53d813d2f03589abf82a

  Message:
    Fix mismatched method name

  Modified files:
    lib/drntest/tester.rb

  Modified: lib/drntest/tester.rb (+1 -1)
===================================================================
--- lib/drntest/tester.rb    2013-11-27 13:24:34 +0900 (a1c738d)
+++ lib/drntest/tester.rb    2013-11-27 13:24:44 +0900 (1665b4e)
@@ -28,7 +28,7 @@ module Drntest
         tester = new
         option_parser = create_option_parser(tester)
         targets = option_parser.parse!(argv)
-        targets << base + "suite" if targets.empty?
+        targets << base_path + "suite" if targets.empty?
         tester.run(*targets)
       end
 
-------------- next part --------------
HTML����������������������������...
Download 



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