Commit 5d43a930 authored by Takeshi Watanabe's avatar Takeshi Watanabe

Add verbose flag to cross test runner too.

parent 75c1fccd
......@@ -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."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment