Merge pull request #10488 from protocolbuffers/zhangskz-patch-1

Update conformance/README.md for jruby
pull/10541/head
deannagarcia 2 years ago committed by GitHub
commit db38a8c2da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      conformance/README.md

@ -81,7 +81,7 @@ Ruby:
JRuby:
$ [[ $(ruby --version) == "jruby"* ]] || echo "Switch to Java Ruby!"
$ bazel test //ruby:conformance_test --define=ruby_platform=java \
$ bazel test //ruby:conformance_test_jruby --define=ruby_platform=java \
--action_env=PATH --action_env=GEM_PATH --action_env=GEM_HOME
Testing other Protocol Buffer implementations

Loading…
Cancel
Save