YUKI Hiroshi
null+****@clear*****
Mon Nov 25 19:01:09 JST 2013
YUKI Hiroshi 2013-11-25 19:01:09 +0900 (Mon, 25 Nov 2013) New Revision: 61e88a64b7eb712b00672f853c5d4cfd462fb09c https://github.com/droonga/drntest/commit/61e88a64b7eb712b00672f853c5d4cfd462fb09c Message: Stringify pathname for spawn Modified files: lib/drntest/test-runner.rb Modified: lib/drntest/test-runner.rb (+2 -2) =================================================================== --- lib/drntest/test-runner.rb 2013-11-25 18:58:32 +0900 (cfb6ea6) +++ lib/drntest/test-runner.rb 2013-11-25 19:01:09 +0900 (e01973f) @@ -108,10 +108,10 @@ module Drntest engine_command = "fluentd --config #{temporary_config}" engine_env = { - "DROONGA_CATALOG" => temporary_catalog, + "DROONGA_CATALOG" => temporary_catalog.to_s, } engine_options = { - :chdir => temporary_dir, + :chdir => temporary_dir.to_s, STDERR => STDOUT, } @engine_pid = Process.spawn(engine_env, engine_command, engine_options) -------------- next part -------------- HTML����������������������������... ダウンロード