Add verbose flag to cross test runner too.

This commit is contained in:
Takeshi Watanabe
2018-02-16 23:44:58 +09:00
parent 75c1fccd08
commit 5d43a93046
+1
View File
@@ -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."