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
test_sni: Remove assert for specific stderr output.
test_sni should be testing SNI use, it doesn't need to
check for specific stderr output which isn't shown by default.
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`.
$stderr is still caught, but discarded to not pollute test run output.
0 commit comments