summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authortake-cheeze <[email protected]>2018-06-21 11:33:34 +0900
committertake-cheeze <[email protected]>2018-06-21 11:33:34 +0900
commitacd04ad519355882d42a00cf78926bb32b591509 (patch)
tree2cfe207c3de9ade411fdaa821e347a7c6dfe881c /test
parentfd9617cad0a5ba65934a896b8fe7908994babad6 (diff)
downloadmruby-acd04ad519355882d42a00cf78926bb32b591509.tar.gz
mruby-acd04ad519355882d42a00cf78926bb32b591509.zip
Support verbose mode in bintest.
Diffstat (limited to 'test')
-rw-r--r--test/bintest.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/bintest.rb b/test/bintest.rb
index 12971a9d9..b62419d44 100644
--- a/test/bintest.rb
+++ b/test/bintest.rb
@@ -20,6 +20,10 @@ def shellquote(s)
end
ARGV.each do |gem|
+ case gem
+ when '-v'; $mrbtest_verbose = true
+ end
+
case RbConfig::CONFIG['host_os']
when /mswin(?!ce)|mingw|bccwin/
gem = gem.gsub('\\', '/')