summaryrefslogtreecommitdiff
path: root/bootstraptest/runner.rb
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2022-02-17 18:57:33 +0900
committerKoichi Sasada <ko1@atdot.net>2022-02-17 18:58:37 +0900
commitfdf0f8d81487560f5837dc7e3888a96f7c2b4ec9 (patch)
tree1b44c7ebd55db13c29257ab0875e9aa82245a52a /bootstraptest/runner.rb
parent9f81d9f92d4f10bbdd0b5ac80b9d5cd8921a71be (diff)
btest-ruby OPTS=-v should disable quiet
`make btest-ruby` is run with -q (quiet) option and -v should remove -q option.
Diffstat (limited to 'bootstraptest/runner.rb')
-rwxr-xr-xbootstraptest/runner.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstraptest/runner.rb b/bootstraptest/runner.rb
index 1be0d677c0..dee9c39ca4 100755
--- a/bootstraptest/runner.rb
+++ b/bootstraptest/runner.rb
@@ -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,...]