YUKI Hiroshi
null+****@clear*****
Mon Jan 20 18:59:32 JST 2014
YUKI Hiroshi 2014-01-20 18:59:32 +0900 (Mon, 20 Jan 2014) New Revision: fa020faade73663b9d96ebc23c12079777a0ff01 https://github.com/droonga/fluent-plugin-droonga/commit/fa020faade73663b9d96ebc23c12079777a0ff01 Message: Detect path to drnbench execution Modified files: test/performance/run-test.rb Modified: test/performance/run-test.rb (+2 -1) =================================================================== --- test/performance/run-test.rb 2014-01-20 18:56:31 +0900 (c8e8dbb) +++ test/performance/run-test.rb 2014-01-20 18:59:32 +0900 (548fe18) @@ -51,4 +51,5 @@ drnbench_options.concat(["--engine-config-path", drnbench_options.concat(["--fluentd-options", "-I#{lib_dir}"]) drnbench_options.concat(ARGV) -run("bundle", "exec", "drnbench-publish-subscribe", *drnbench_options) +drnbench_publish_subscribe = File.join(base_dir, "..", "..", "bin", "drnbench-publish-subscribe") +run("bundle", "exec", drnbench_publish_subscribe, *drnbench_options) -------------- next part -------------- HTML����������������������������...Descargar