Skip to content

Commit

Permalink
Merge pull request grpc#16921 from apolcyn/move_package_options_test
Browse files Browse the repository at this point in the history
Move ruby test's package_options.proto file to ruby-specific directory
  • Loading branch information
apolcyn authored Oct 19, 2018
2 parents 0c4f412 + f6e8417 commit da5d02f
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/ruby/spec/pb/codegen/package_option_spec.rb
Original file line number Diff line number Diff line change
@@ -21,9 +21,8 @@
fail 'CONFIG env variable unexpectedly unset' unless ENV['CONFIG']
bins_sub_dir = ENV['CONFIG']

src_dir = File.join(File.dirname(__FILE__), '..', '..', '..', '..')
pb_dir = File.join(src_dir, 'proto')
bins_dir = File.join(src_dir, '..', 'bins', bins_sub_dir)
pb_dir = File.dirname(__FILE__)
bins_dir = File.join('..', '..', '..', '..', '..', 'bins', bins_sub_dir)

plugin = File.join(bins_dir, 'grpc_ruby_plugin')
protoc = File.join(bins_dir, 'protobuf', 'protoc')

0 comments on commit da5d02f

Please sign in to comment.