Update README.md

Fix conformance test command for jruby to use conformance_test_jruby target.
pull/10488/head
zhangskz 3 years ago committed by GitHub
parent e58ff9821b
commit 8533dab1fd
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