Unverified Commit 097bfdca authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #3953 from take-cheeze/fix_cross_test_runner_verbose

Add verbose flag to cross test runner too. [experimental]
parents 75c1fccd 5d43a930
...@@ -344,6 +344,7 @@ EOS ...@@ -344,6 +344,7 @@ EOS
end end
def run_test def run_test
@test_runner.runner_options << ' -v' if $verbose
mrbtest = exefile("#{build_dir}/bin/mrbtest") mrbtest = exefile("#{build_dir}/bin/mrbtest")
if (@test_runner.command == nil) if (@test_runner.command == nil)
puts "You should run #{mrbtest} on target device." 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