mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/runner.rb: fixed randomly test failure.
[Bug #6573][ruby-core:45563] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
563ee01100
commit
ecd452a8b0
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Tue May 27 17:10:14 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||||
|
|
||||||
|
* test/runner.rb: fixed randomly test failure.
|
||||||
|
[Bug #6573][ruby-core:45563]
|
||||||
|
|
||||||
Tue May 27 16:58:12 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
Tue May 27 16:58:12 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||||
|
|
||||||
* test/test_timeout.rb (test_timeout): inverted test condition.
|
* test/test_timeout.rb (test_timeout): inverted test condition.
|
||||||
|
|
|
@ -5,6 +5,7 @@ $LOAD_PATH << src_testdir
|
||||||
$LOAD_PATH.unshift "#{src_testdir}/lib"
|
$LOAD_PATH.unshift "#{src_testdir}/lib"
|
||||||
|
|
||||||
require 'test/unit'
|
require 'test/unit'
|
||||||
|
require_relative 'ruby/envutil'
|
||||||
|
|
||||||
module Gem
|
module Gem
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue