[DRE-commits] [rails-3.2] 09/11: debian/tests/newapp: set -x
Antonio Terceiro
terceiro at moszumanska.debian.org
Thu Feb 20 21:33:48 UTC 2014
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository rails-3.2.
commit 6f297a1a4aab7bbee60181ee54fb03eccc2ba69a
Author: Antonio Terceiro <terceiro at debian.org>
Date: Thu Feb 20 18:26:11 2014 -0300
debian/tests/newapp: set -x
---
debian/tests/newapp | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/tests/newapp b/debian/tests/newapp
index 112ff2f..34ae33c 100755
--- a/debian/tests/newapp
+++ b/debian/tests/newapp
@@ -1,6 +1,9 @@
#!/bin/sh
-set -e
+set -ex
+
+ruby -v
+gem list
cd $ADTTMP
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/rails-3.2.git
More information about the Pkg-ruby-extras-commits
mailing list