Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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`.
- Loading branch information