mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add verbose flag to cross test runner too.
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user