YUKI Hiroshi
null+****@clear*****
Wed Nov 27 16:24:36 JST 2013
YUKI Hiroshi 2013-11-27 16:24:36 +0900 (Wed, 27 Nov 2013) New Revision: d2dd6e62565b13b8f8344a07239149c54e14bb08 https://github.com/droonga/drntest/commit/d2dd6e62565b13b8f8344a07239149c54e14bb08 Message: Use custom port and tag from custom.json correctly (regression) Modified files: lib/drntest/test-runner.rb Modified: lib/drntest/test-runner.rb (+3 -3) =================================================================== --- lib/drntest/test-runner.rb 2013-11-27 14:51:24 +0900 (1e6f379) +++ lib/drntest/test-runner.rb 2013-11-27 16:24:36 +0900 (ff5e839) @@ -56,15 +56,15 @@ module Drntest end def port - @owner.port + @port || @owner.port end def host - @owner.host + @host || @owner.host end def tag - @owner.tag + @tag || @owner.tag end private -------------- next part -------------- HTML����������������������������... Download