mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* bootstraptest/runner.rb: fix to show file name.
* bootstraptest/test_*.rb: add bootstarp tests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fd78c2193e
commit
caa535286d
10 changed files with 2579 additions and 0 deletions
|
|
@ -66,6 +66,8 @@ def exec_test(pathes)
|
|||
@errbuf = []
|
||||
@location = nil
|
||||
pathes.each do |path|
|
||||
puts
|
||||
puts File.basename(path)
|
||||
load File.expand_path(path)
|
||||
end
|
||||
$stderr.puts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue