Kouhei Sutou
null+****@clear*****
Mon Sep 21 13:47:03 JST 2015
Kouhei Sutou 2015-09-21 13:47:03 +0900 (Mon, 21 Sep 2015) New Revision: eb1676293a48f85c27434ed7610b6bbfd96b0a03 https://github.com/droonga/droonga-engine/commit/eb1676293a48f85c27434ed7610b6bbfd96b0a03 Message: test: ensure using the same Ruby Modified files: test/command/run-test.rb Modified: test/command/run-test.rb (+3 -2) =================================================================== --- test/command/run-test.rb 2015-06-03 13:49:18 +0900 (61dd3e3) +++ test/command/run-test.rb 2015-09-21 13:47:03 +0900 (64d9458) @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -# Copyright (C) 2013 Droonga Project +# Copyright (C) 2013-2015 Droonga Project # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -48,4 +48,5 @@ drntest_options.concat(["--droonga-engine-options", "--internal-connection-lifetime=5"].join(" ")]) drntest_options.concat(ARGV) -run("bundle", "exec", "drntest", *drntest_options) +run(RbConfig.ruby, "-S", "bundle", "exec", + RbConfig.ruby, "-S", "drntest", *drntest_options) -------------- next part -------------- HTML����������������������������... Download