You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test no longer relies on the value of $VERBOSE being set by outside
environment.
The test test_sni in test_https.rb file checks stderr output for
information about primes being generated.
Since commit 6cb9bf6 the output is only
written if $VERBOSE is true. This happens when `--verbose` is provided
to the Ruby run arguments, or when the tests are ran via `rake`.
0 commit comments