Actions
Bug #7563
closedtest of gem_ext_cmake_builder in another directory
Description
would you commit it? or can I ?
Index: test/rubygems/test_gem_ext_cmake_builder.rb¶
--- test/rubygems/test_gem_ext_cmake_builder.rb (revision 38369)
+++ test/rubygems/test_gem_ext_cmake_builder.rb (working copy)
@@ -36,7 +36,7 @@
assert_equal "cmake . -DCMAKE_INSTALL_PREFIX=#{@dest_path}", output.shift
assert_match(/#{@ext}/, output.shift)
assert_equal make_command, output.shift
- assert_equal "", output.shift
- assert_equal "", output.shift.gsub(/^make[1]: (?:Entering|Leaving) directory .*\n/,"")
assert_equal make_command + " install", output.shift
assert_match(/test.txt/, output.shift)
end
Updated by drbrain (Eric Hodel) almost 12 years ago
- Category set to lib
- Assignee changed from drbrain (Eric Hodel) to tarui (Masaya Tarui)
Please commit it, I will apply it to RubyGems.
I guess I didn't catch it because I build from $(srcdir)/../build?
Updated by tarui (Masaya Tarui) almost 12 years ago
- Status changed from Assigned to Closed
I committed it at r38390.
Actions
Like0
Like0Like0