зеркало из https://github.com/github/ruby.git
* test/rubygems/test_gem_ext_cmake_builder.rb(test_self_build):
get rid of false positive. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38390 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
d8bc991a76
Коммит
cb6917d913
|
@ -1,3 +1,8 @@
|
|||
Sat Dec 15 08:37:01 2012 Masaya Tarui <tarui@ruby-lang.org>
|
||||
|
||||
* test/rubygems/test_gem_ext_cmake_builder.rb(test_self_build):
|
||||
get rid of false positive.
|
||||
|
||||
Sat Dec 15 08:05:56 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* test/ruby/test_thread.rb (test_uninitialized, test_backtrace,
|
||||
|
|
|
@ -36,7 +36,7 @@ install (FILES test.txt DESTINATION bin)
|
|||
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче