Yoji Shidara
null+****@clear*****
Thu Nov 28 14:00:31 JST 2013
Yoji Shidara 2013-11-28 14:00:31 +0900 (Thu, 28 Nov 2013) New Revision: 6bbc8067472482baeaa7164a7b4fd3ba586bf838 https://github.com/droonga/fluent-plugin-droonga/commit/6bbc8067472482baeaa7164a7b4fd3ba586bf838 Message: Revert "Run drntest via bundle exec" This doesn't solve the problem on travis. This reverts commit 037bedee64d69786841372966e801b4ab996c601. Modified files: test/command/run-test.rb Modified: test/command/run-test.rb (+2 -3) =================================================================== --- test/command/run-test.rb 2013-11-28 13:59:18 +0900 (392b1b4) +++ test/command/run-test.rb 2013-11-28 14:00:31 +0900 (db7ccf5) @@ -47,6 +47,5 @@ drntest_options.concat(["--fluentd-options", "-I#{lib_dir}"]) drntest_options.concat(["--base", base_dir]) drntest_options.concat(ARGV.dup) -Dir.chdir(base_dir) do - run("bundle", "exec", "drntest", *drntest_options) -end +run(File.join(base_dir, "bin", "drntest"), + *drntest_options) -------------- next part -------------- HTML����������������������������...Download