[pkg-perl-tools] 02/03: autopkgtest/smoke: ignore stderr from test.pl
Niko Tyni
ntyni at moszumanska.debian.org
Mon Oct 12 11:08:15 UTC 2015
This is an automated email from the git hooks/post-receive script.
ntyni pushed a commit to branch master
in repository pkg-perl-tools.
commit 46e1acd8324b7f97741070875cd7cc81fdd85e1c
Author: Niko Tyni <ntyni at debian.org>
Date: Mon Oct 12 13:54:40 2015 +0300
autopkgtest/smoke: ignore stderr from test.pl
This mirrors the setup for t/*.t
---
autopkgtest/scripts/build-deps.d/smoke | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/autopkgtest/scripts/build-deps.d/smoke b/autopkgtest/scripts/build-deps.d/smoke
index 0e0df5b..d8406d0 100755
--- a/autopkgtest/scripts/build-deps.d/smoke
+++ b/autopkgtest/scripts/build-deps.d/smoke
@@ -116,6 +116,6 @@ else
$XVFB prove --blib --verbose $PKG_PERL_PROVE_ARGS $test_targets 2>&1
fi
-if [ -f test.pl ]; then $XVFB perl ./test.pl; fi
+if [ -f test.pl ]; then $XVFB perl ./test.pl; fi 2>&1
rm -rf $TDIR
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pkg-perl-tools.git
More information about the Pkg-perl-cvs-commits
mailing list