aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2015-09-01 17:31:34 -0400
committerZachary Scott <e@zzak.io>2015-09-01 17:31:34 -0400
commit9ec075f265eba5ea6ceaae114e7461906bd00df2 (patch)
tree6a456d3dab9532048cd789bfdfdce0090ff170f5 /Rakefile
parent3e8bf7346fb3fd03d572a481496488db4a52aecc (diff)
downloadruby-openssl-9ec075f265eba5ea6ceaae114e7461906bd00df2.tar.gz
Run tests in verbose mode with warnings
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 05c1817f..f89d075b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -8,4 +8,7 @@ Rake::ExtensionTask.new('openssl')
# the same as before
Rake::TestTask.new do |t|
t.libs << 'test'
+ t.verbose = true
+ t.warning = true
+ t.options = "-v"
end