Project

General

Profile

Actions

Bug #7563

closed

test of gem_ext_cmake_builder in another directory

Added by tarui (Masaya Tarui) over 11 years ago. Updated over 11 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 2.0.0dev (2012-12-14 trunk 38369) [x86_64-linux]
Backport:
[ruby-core:50898]

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

Related issues 1 (0 open1 closed)

Related to Ruby master - Bug #7579: TestGemExtCmakeBuilder#test_self_build failed in ja_JP.UTF-8 localeCloseddrbrain (Eric Hodel)12/17/2012Actions

Updated by drbrain (Eric Hodel) over 11 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) over 11 years ago

  • Status changed from Assigned to Closed

I committed it at r38390.

Actions

Also available in: Atom PDF

Like0
Like0Like0