[libffi-platypus-perl] 01/02: Fix autopkgtest:
gregor herrmann
gregoa at debian.org
Fri Nov 24 17:51:04 UTC 2017
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libffi-platypus-perl.
commit 22d3314122d38ac72a8e8c943d5fc362a1443e70
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Nov 24 18:46:09 2017 +0100
Fix autopkgtest:
Redirect stderr to stdout in debian/tests/pkg-perl/smoke-setup.
"print() on closed filehandle $fh at inc/My/ShareConfig.pm line 40" is not
related to the actual smoke tests but make the test runner assume a failure
when it ends up on stderr.
---
debian/tests/pkg-perl/smoke-setup | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/tests/pkg-perl/smoke-setup b/debian/tests/pkg-perl/smoke-setup
index c653cf1..61926f9 100755
--- a/debian/tests/pkg-perl/smoke-setup
+++ b/debian/tests/pkg-perl/smoke-setup
@@ -2,5 +2,5 @@
cd $TDIR
-perl Build.PL
-perl Build libtest
+perl Build.PL 2>&1
+perl Build libtest 2>&1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libffi-platypus-perl.git
More information about the Pkg-perl-cvs-commits
mailing list