Add an explicit RUBYLIB path to fix a load error under JRuby

pull/9047/head
Jason Lunn 3 years ago
parent b5687819a6
commit f5ef2892b4
  1. 2
      ruby/compatibility_tests/v3.0.0/test.sh

@ -14,4 +14,4 @@ wget https://repo1.maven.org/maven2/com/google/protobuf/protoc/3.0.0/${PROTOC_BI
chmod +x protoc
# Run tests
rake test
RUBYLIB=../../lib:. rake test

Loading…
Cancel
Save