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

gregoa pushed a commit to branch master
in repository pkg-perl-tools.

commit eb461bea118c94bab7689ae06fe6c326a91a57cf
Author: gregor herrmann <[email protected]>
Date:   Fri Sep 29 17:20:47 2017 +0200

    autopkgtest: smoke: move prove's --verbose to PKG_PERL_PROVE_ARGS
    
    to make it overridable via smoke-env as well.
---
 autopkgtest/scripts/build-deps.d/smoke | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/autopkgtest/scripts/build-deps.d/smoke 
b/autopkgtest/scripts/build-deps.d/smoke
index e9e6c21..3114224 100755
--- a/autopkgtest/scripts/build-deps.d/smoke
+++ b/autopkgtest/scripts/build-deps.d/smoke
@@ -36,7 +36,7 @@ export AUTOMATED_TESTING=1
 export NONINTERACTIVE_TESTING=1
 
 # overridable with smoke-env
-PKG_PERL_PROVE_ARGS="--recurse --merge"
+PKG_PERL_PROVE_ARGS="--verbose --recurse --merge"
 
 env_list=debian/tests/pkg-perl/smoke-env
 if [ ! -r $env_list ]; then
@@ -158,7 +158,7 @@ if [ -z "$test_targets" ] && [ -d t ]; then test_targets=t; 
fi
 if [ ! -n "$test_targets" ]; then
     echo 'Nothing to prove, skipping.'
 else
-    $XVFB prove -I"$TDIR" --blib --verbose $PKG_PERL_PROVE_ARGS $test_targets 
2>&1
+    $XVFB prove -I"$TDIR" --blib $PKG_PERL_PROVE_ARGS $test_targets 2>&1
 fi
 
 if [ -f test.pl ]; then $XVFB perl -I"$TDIR" ./test.pl; fi 2>&1

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/pkg-perl-tools.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to