[Groonga-commit] droonga/drntest at 48d63ed [master] Use the same name for command line option name

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Dec 3 18:29:19 JST 2013


Kouhei Sutou	2013-12-03 18:29:19 +0900 (Tue, 03 Dec 2013)

  New Revision: 48d63ed2ba04fab3354433bdcc2f7f0896f14a9a
  https://github.com/droonga/drntest/commit/48d63ed2ba04fab3354433bdcc2f7f0896f14a9a

  Message:
    Use the same name for command line option name
    
    --base      ->
    --base-path

  Modified files:
    lib/drntest/tester.rb

  Modified: lib/drntest/tester.rb (+1 -1)
===================================================================
--- lib/drntest/tester.rb    2013-12-03 18:21:13 +0900 (631e34a)
+++ lib/drntest/tester.rb    2013-12-03 18:29:19 +0900 (2078f01)
@@ -56,7 +56,7 @@ module Drntest
           tester.tag = tag
         end
 
-        parser.on("--base=PATH",
+        parser.on("--base-path=PATH",
                   "Path to the base directory including test suite, config and fixture",
                   "(#{tester.base_path})") do |base_path|
           tester.base_path = Pathname(base_path).expand_path(Dir.pwd)
-------------- next part --------------
HTML����������������������������...
Download 



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