mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parallel.rb: upper directory
* test/lib/test/unit/parallel.rb: make @@project_dir one level upper as this file had moved one level deeper. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51153 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9b37b750bd
commit
ecb6ea2a34
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Mon Jul 6 01:18:11 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* test/lib/test/unit/parallel.rb: make @@project_dir one level
|
||||||
|
upper as this file had moved one level deeper.
|
||||||
|
|
||||||
Sun Jul 5 23:54:10 2015 mizokami <suzunatsu@yahoo.com>
|
Sun Jul 5 23:54:10 2015 mizokami <suzunatsu@yahoo.com>
|
||||||
|
|
||||||
* lib/optparse.rb: [DOC] Fix typo.
|
* lib/optparse.rb: [DOC] Fix typo.
|
||||||
|
|
|
@ -183,7 +183,7 @@ if $0 == __FILE__
|
||||||
module Gem # :nodoc:
|
module Gem # :nodoc:
|
||||||
end
|
end
|
||||||
class Gem::TestCase < MiniTest::Unit::TestCase # :nodoc:
|
class Gem::TestCase < MiniTest::Unit::TestCase # :nodoc:
|
||||||
@@project_dir = File.expand_path('../../../..', __FILE__)
|
@@project_dir = File.expand_path('../../../../..', __FILE__)
|
||||||
end
|
end
|
||||||
|
|
||||||
Test::Unit::Worker.new.run(ARGV)
|
Test::Unit::Worker.new.run(ARGV)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue