From 8533dab1fdb12cf98e1576b6ff3e1377fe959b11 Mon Sep 17 00:00:00 2001 From: zhangskz <89936743+zhangskz@users.noreply.github.com> Date: Thu, 1 Sep 2022 10:21:07 -0400 Subject: [PATCH] Update README.md Fix conformance test command for jruby to use conformance_test_jruby target. --- conformance/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conformance/README.md b/conformance/README.md index 2f62f0ff90..8569a6a7b3 100644 --- a/conformance/README.md +++ b/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