summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorTakeshi Watanabe <[email protected]>2018-02-16 23:44:58 +0900
committerTakeshi Watanabe <[email protected]>2018-02-16 23:44:58 +0900
commit5d43a93046254f04375fda5612832fdd99f49bdf (patch)
tree0e5f739c3398b1cd172f25e0a0fcf24f95c0240c /lib
parent75c1fccd08a7cc529bcac5031ebc52176c6fd267 (diff)
downloadmruby-5d43a93046254f04375fda5612832fdd99f49bdf.tar.gz
mruby-5d43a93046254f04375fda5612832fdd99f49bdf.zip
Add verbose flag to cross test runner too.
Diffstat (limited to 'lib')
-rw-r--r--lib/mruby/build.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mruby/build.rb b/lib/mruby/build.rb
index c06a62282..57bd9c51e 100644
--- a/lib/mruby/build.rb
+++ b/lib/mruby/build.rb
@@ -344,6 +344,7 @@ EOS
end
def run_test
+ @test_runner.runner_options << ' -v' if $verbose
mrbtest = exefile("#{build_dir}/bin/mrbtest")
if (@test_runner.command == nil)
puts "You should run #{mrbtest} on target device."