Skip to content

Commit fb08945

Browse files
committed
[test] fix compatibility with rake 13.4
1 parent 217f279 commit fb08945

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Rakefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ Rake::TestTask.new do |task|
3333
task.libs << File.expand_path('src/test/ruby', File.dirname(__FILE__))
3434
test_files = FileList['src/test/ruby/**/test*.rb'].to_a
3535
task.test_files = test_files.map { |path| path.sub('src/test/ruby/', '') }
36-
task.verbose = true
3736
task.loader = :direct
38-
task.ruby_opts = [ '-C', 'src/test/ruby', '-rbundler/setup' ]
37+
task.ruby_opts = [ '-C', 'src/test/ruby', '-rbundler/setup', '-v' ]
3938
end
4039
task :test => 'lib/jopenssl.jar'
4140

0 commit comments

Comments
 (0)