Skip to content

Commit

Permalink
make sure test_all doesn't require libxml-ruby
Browse files Browse the repository at this point in the history
just being explicit here.
  • Loading branch information
flavorjones committed Jun 6, 2016
1 parent 80e800b commit 8d4ea86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_all
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ VALGRIND_LOG=valgrind.log
# make sure we can test with libxml-ruby installed
export BUNDLE_GEMFILE="$(pwd)/Gemfile_test_all"
cat > $BUNDLE_GEMFILE <<EOF
gem "libxml-ruby", :platform => :mri
gem "libxml-ruby", :platform => :mri, :require => false
eval_gemfile File.join(File.dirname(ENV['BUNDLE_GEMFILE']),"Gemfile")
EOF

Expand Down

0 comments on commit 8d4ea86

Please sign in to comment.