We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 217f279 commit fb08945Copy full SHA for fb08945
1 file changed
Rakefile
@@ -33,9 +33,8 @@ Rake::TestTask.new do |task|
33
task.libs << File.expand_path('src/test/ruby', File.dirname(__FILE__))
34
test_files = FileList['src/test/ruby/**/test*.rb'].to_a
35
task.test_files = test_files.map { |path| path.sub('src/test/ruby/', '') }
36
- task.verbose = true
37
task.loader = :direct
38
- task.ruby_opts = [ '-C', 'src/test/ruby', '-rbundler/setup' ]
+ task.ruby_opts = [ '-C', 'src/test/ruby', '-rbundler/setup', '-v' ]
39
end
40
task :test => 'lib/jopenssl.jar'
41
0 commit comments