From 7b918be3d43a043abfa47772da90e856cdd7a355 Mon Sep 17 00:00:00 2001 From: ko1 Date: Mon, 26 Nov 2012 09:30:32 +0000 Subject: * common.mk: specify label `built-ruby'. * benchmark/driver.rb: quote path. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37858 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- benchmark/driver.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmark') diff --git a/benchmark/driver.rb b/benchmark/driver.rb index 5719a7a4c3..695dc41aff 100644 --- a/benchmark/driver.rb +++ b/benchmark/driver.rb @@ -88,7 +88,7 @@ class BenchmarkDriver @start_time = Time.now message @start_time @execs.each_with_index{|(path, label, version), i| - message "target #{i}: " + (label == version ? "#{label}" : "#{label} (#{version})") + " at #{path}" + message "target #{i}: " + (label == version ? "#{label}" : "#{label} (#{version})") + " at \"#{path}\"" } end end -- cgit v1.2.3