aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest/runner.rb
diff options
context:
space:
mode:
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