1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

RubyGems patches by Yusuke ENDOH [ruby-core:17442], [ruby-core:17444].

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17754 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
drbrain 2008-06-30 18:46:21 +00:00
parent fd77e489f2
commit 5c8ab4d9c2
3 changed files with 11 additions and 2 deletions

View file

@ -1,3 +1,11 @@
Tue Jul 1 03:28:16 2008 Eric Hodel <drbrain@segment7.net>
* test/rubygems/test_ext_configure_builder.rb: Apply locale-free
patch by Yusuke ENDOH. [ruby-core:17444].
* runruby.rb: Set ENV['rake']. Patch by Yusuke ENDOH
[ruby-core:17442].
Tue Jul 1 01:07:17 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/cgi.rb (CGI::QueryExtension.read_multipart): blanks inside

View file

@ -46,6 +46,7 @@ libs << File.expand_path("lib", srcdir)
config["bindir"] = abs_archdir
ENV["RUBY"] = File.expand_path(ruby)
ENV["PATH"] = [abs_archdir, ENV["PATH"]].compact.join(File::PATH_SEPARATOR)
ENV["rake"] = ENV["RUBY"] + " " + File.join(abs_archdir, "bin", "rake")
if pure
libs << File.expand_path("ext", srcdir) << "-"

View file

@ -47,9 +47,9 @@ class TestGemExtConfigureBuilder < RubyGemTestCase
end
end
shell_error_msg = %r{(\./configure: No such file or directory)|(Can't open \./configure)}
shell_error_msg = %r{(\./configure: .*)|(Can't open \./configure)}
sh_prefix_configure = "sh ./configure --prefix="
expected = %r(configure failed:
#{Regexp.escape sh_prefix_configure}#{Regexp.escape @dest_path}