summaryrefslogtreecommitdiff
path: root/bootstraptest/runner.rb
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-27 16:26:31 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-27 16:26:31 +0000
commitcaa535286d7442ddcbc1caf9fb2778efd435c56d (patch)
treef6181413baecc29e0360ae03f6b362d860d5578e /bootstraptest/runner.rb
parentfd78c2193e7032389a2a3ff9154654fa231ac8f0 (diff)
* 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
Diffstat (limited to 'bootstraptest/runner.rb')
-rw-r--r--bootstraptest/runner.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstraptest/runner.rb b/bootstraptest/runner.rb
index 2858aa9ac3..b7db34ecd5 100644
--- a/bootstraptest/runner.rb
+++ b/bootstraptest/runner.rb
@@ -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