Skip to content

Commit

Permalink
btest-ruby OPTS=-v should disable quiet
Browse files Browse the repository at this point in the history
`make btest-ruby` is run with -q (quiet) option and -v should
remove -q option.
  • Loading branch information
ko1 committed Feb 17, 2022
1 parent 9f81d9f commit fdf0f8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootstraptest/runner.rb
Expand Up @@ -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,...]
Expand Down

0 comments on commit fdf0f8d

Please sign in to comment.