Skip to content

Commit

Permalink
[test] expand_path for src/test/ruby since -C will do a cd on `rake t…
Browse files Browse the repository at this point in the history
…est`
  • Loading branch information
kares committed Nov 3, 2016
1 parent bf9420c commit 993ed5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -39,7 +39,7 @@ file('lib/jopenssl.jar') { Rake::Task['jar'].invoke }

require 'rake/testtask'
Rake::TestTask.new do |task|
task.libs << 'src/test/ruby'
task.libs << File.expand_path('src/test/ruby', File.dirname(__FILE__))
test_files = FileList['src/test/ruby/**/test*.rb'].to_a
task.test_files = test_files.map { |path| path.sub('src/test/ruby/', '') }
task.verbose = true
Expand Down

0 comments on commit 993ed5f

Please sign in to comment.