run_container_test.sh in puppet-debugger-0.6.1 vs run_container_test.sh in puppet-debugger-0.7.0
- old
+ new
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
export PATH=$PATH:/usr/local/bundle
gem install bundler > /dev/null
gem update --system > /dev/null
-bundle install --no-color --without development
+bundle update
bundle exec puppet module install puppetlabs-stdlib
echo "Running tests, output to ${OUT_DIR}/results.txt"
bundle exec rspec --out "${OUT_DIR}/results.txt" --format documentation
# due to concurrency issues we can't build this in parallel
#gem build puppet-debugger.gemspec