[pkg-perl-tools] 04/06: check-build: drop obsolete `tee' in the adt-run pipeline.

Intrigeri intrigeri at moszumanska.debian.org
Mon Aug 10 15:23:46 UTC 2015


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

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

commit 876d82ab5609a182cb035d0cfd7e513edf90c18d
Author: intrigeri <intrigeri at boum.org>
Date:   Mon Aug 10 15:03:04 2015 +0000

    check-build: drop obsolete `tee' in the adt-run pipeline.
    
    We're using --log-file now.
---
 examples/check-build | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/examples/check-build b/examples/check-build
index e969ab0..428f2cd 100755
--- a/examples/check-build
+++ b/examples/check-build
@@ -97,8 +97,7 @@ if grep -q 'Testsuite: autopkgtest' debian/control; then
 		fi
 		if [ -n "$ADT_VIRT_SERVER" ]; then
 			adt-run --changes $CHANGES --log-file="$ADTLOG" --- \
-				$ADT_VIRT_SERVER $ADT_VIRT_SERVER_ARGS \
-				| tee "$ADTLOG"
+				$ADT_VIRT_SERVER $ADT_VIRT_SERVER_ARGS
 		else
 			echo "W: Could find no adt-run virtualization server."
 		fi

-- 
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