Skip to content

Commit

Permalink
ARROW-5043: [Release][Ruby] Fix dependency error in verification script
Browse files Browse the repository at this point in the history
We ensure using red-arrow in the release archive.

Author: Kouhei Sutou <kou@clear-code.com>

Closes #4058 from kou/release-fix-ruby-test and squashes the following commits:

aa7e925 <Kouhei Sutou>  Fix dependency error in verification script
  • Loading branch information
kou committed Mar 27, 2019
1 parent b5f8426 commit c815f7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/release/verify-release-candidate.sh
Expand Up @@ -289,6 +289,9 @@ test_ruby() {

for module in ${modules}; do
pushd ${module}
if [ "${module}" != "red-arrow" ]; then
echo 'gem "red-arrow", path: "../red-arrow"' >> Gemfile
fi
bundle install --path vendor/bundle
bundle exec ruby test/run-test.rb
popd
Expand Down

0 comments on commit c815f7e

Please sign in to comment.