[DRE-commits] [rails-3.2] 10/11: mix stderr with stdout, we only care about the exit status
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 fcd21552a2f5f6d224e4a76488ff499aa247fea5
Author: Antonio Terceiro <terceiro at debian.org>
Date: Thu Feb 20 18:27:36 2014 -0300
mix stderr with stdout, we only care about the exit status
---
debian/tests/newapp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/tests/newapp b/debian/tests/newapp
index 34ae33c..6839c31 100755
--- a/debian/tests/newapp
+++ b/debian/tests/newapp
@@ -2,6 +2,8 @@
set -ex
+exec 2>&1
+
ruby -v
gem list
--
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