summaryrefslogtreecommitdiff
path: root/bootstraptest/test_fiber.rb
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2022-01-21 17:38:11 +0900
committerKoichi Sasada <ko1@atdot.net>2022-01-21 17:38:11 +0900
commit5e3a32021849718ae483eaaa9fbf155f91828039 (patch)
tree41c462e442baa1a48fb1dcc6c8af7b44b9c93d83 /bootstraptest/test_fiber.rb
parenta15c50d6a123b1b16d7f76847102c66797b4066e (diff)
respect `--quiet` option for btest
Do not print anymore except errors.
Diffstat (limited to 'bootstraptest/test_fiber.rb')
-rw-r--r--bootstraptest/test_fiber.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_fiber.rb b/bootstraptest/test_fiber.rb
index 2614dd13bf..f651050b96 100644
--- a/bootstraptest/test_fiber.rb
+++ b/bootstraptest/test_fiber.rb
@@ -10,7 +10,7 @@ show_limit %q{
puts "Fiber count: #{fibers.count} (#{error})"
break
end while true
-}
+} unless @quiet
assert_equal %q{ok}, %q{
Fiber.new{