mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add ignore_stderr because it outputs "circular require" warnings
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1ee9f3759d
commit
5376610d0c
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ class TestRequire < Test::Unit::TestCase
|
|||
# in C-level. And redirecting stderr to a pipe seems to change
|
||||
# some blocking timings and causes a deadlock, so run in a
|
||||
# separated process for the time being.
|
||||
assert_separately(["-w", "-", path, bug5754], <<-'end;')
|
||||
assert_separately(["-w", "-", path, bug5754], <<-'end;', ignore_stderr: true)
|
||||
path, bug5754 = *ARGV
|
||||
start = false
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue