[Groonga-commit] droonga/fluent-plugin-droonga at f3da2f3 [master] Follow command line option name change in drntest

Back to archive index

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


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

  New Revision: f3da2f3971ba9baa116c3a0576df9118dabf8e6f
  https://github.com/droonga/fluent-plugin-droonga/commit/f3da2f3971ba9baa116c3a0576df9118dabf8e6f

  Message:
    Follow command line option name change in drntest

  Modified files:
    test/command/run-test.rb

  Modified: test/command/run-test.rb (+1 -1)
===================================================================
--- test/command/run-test.rb    2013-12-03 18:25:44 +0900 (50c8263)
+++ test/command/run-test.rb    2013-12-03 18:29:49 +0900 (b9d4720)
@@ -29,7 +29,7 @@ lib_dir = File.expand_path(File.join(base_dir, "..", "..", "lib"))
 
 drntest_options = []
 drntest_options.concat(["--fluentd-options", "-I#{lib_dir}"])
-drntest_options.concat(["--base", base_dir])
+drntest_options.concat(["--base-path", base_dir])
 drntest_options.concat(ARGV)
 
 run("bundle", "exec", "drntest", *drntest_options)
-------------- next part --------------
HTML����������������������������...
Download 



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