Skip to content

Commit 25ce1e7

Browse files
committed
[test] only show provider info when $VERBOSE
1 parent 4776cb0 commit 25ce1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ruby/test_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
require_jar 'org.bouncycastle', 'bcprov-jdk15on', bc_version
99
Jars.freeze_loading if defined? Jars.freeze_loading
1010

11-
puts Java::OrgBouncycastleJceProvider::BouncyCastleProvider.new.info
11+
puts Java::OrgBouncycastleJceProvider::BouncyCastleProvider.new.info if $VERBOSE
1212
else
1313
base_dir = File.expand_path('../../..', File.dirname(__FILE__))
1414

0 commit comments

Comments
 (0)