btest-ruby OPTS=-v should disable quiet

`make btest-ruby` is run with -q (quiet) option and -v should
remove -q option.
This commit is contained in:
Koichi Sasada 2022-02-17 18:57:33 +09:00
parent 9f81d9f92d
commit fdf0f8d814
1 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,8 @@ def main
true
when /\A(-v|--v(erbose))\z/
BT.verbose = true
BT.quiet = false
true
when /\A(-h|--h(elp)?)\z/
puts(<<-End)
Usage: #{File.basename($0, '.*')} --ruby=PATH [--sets=NAME,NAME,...]