[DRE-commits] [bundler] 01/01: small test script improvements

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Aug 28 22:50:52 UTC 2014


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository bundler.

commit 36c9c26de9b1280406b415816e3b2e2f58584542
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Aug 28 15:50:17 2014 -0700

    small test script improvements
---
 debian/tests/testsuite | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/tests/testsuite b/debian/tests/testsuite
index 85df7be..3b3814d 100755
--- a/debian/tests/testsuite
+++ b/debian/tests/testsuite
@@ -1,12 +1,16 @@
 #!/bin/bash
 
+exec 2>&1
+set -x
+
 mkdir tmp || exit 1
 pushd tmp
 
 bundle init
 echo 'gem "rails"' >> Gemfile
-bundle --path gempath
+bundle install --path gempath
 status=$?
+bundle exec rails --help
 
 popd
 rm -fr tmp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/bundler.git



More information about the Pkg-ruby-extras-commits mailing list