commit | f5ef2892b41e944f8057743ecd95f1bb77c336ed | [log] [tgz] |
---|---|---|
author | Jason Lunn <jason.lunn@gmail.com> | Mon Oct 04 15:44:38 2021 +0000 |
committer | Jason Lunn <jason.lunn@gmail.com> | Mon Oct 04 15:44:38 2021 +0000 |
tree | 27fbba6a7975dee7742389e92d0b65ae96bdec64 | |
parent | b5687819a62eb06a86a94320feb2ec84b9979428 [diff] |
Add an explicit RUBYLIB path to fix a load error under JRuby
diff --git a/ruby/compatibility_tests/v3.0.0/test.sh b/ruby/compatibility_tests/v3.0.0/test.sh index d5a8fd7..1a9b798 100755 --- a/ruby/compatibility_tests/v3.0.0/test.sh +++ b/ruby/compatibility_tests/v3.0.0/test.sh
@@ -14,4 +14,4 @@ chmod +x protoc # Run tests -rake test +RUBYLIB=../../lib:. rake test