From 2ccc23f9b39319854a762f55966ee9c1d7d5324f Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sat, 3 Nov 2018 21:36:04 +0000 Subject: Drop "set -x" verbosity from the autopkgtest I think we can do without this in most cases nowadays, as things have been pretty stable for a while. --- debian/tests/regress | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debian/tests') diff --git a/debian/tests/regress b/debian/tests/regress index 1c7a756f0..7230f6ce1 100755 --- a/debian/tests/regress +++ b/debian/tests/regress @@ -1,5 +1,5 @@ #! /bin/sh -set -ex +set -e if [ "$(id -un)" != openssh-tests ]; then TMP="$ADTTMP/user" @@ -92,7 +92,6 @@ annotate-output +%H:%M:%S.%N make -C regress \ BUILDDIR="$BUILDDIR" \ OBJ="$BUILDDIR/regress" \ SUDO=sudo \ - TEST_SHELL='sh -x' \ TEST_SSH_SFTPSERVER=/usr/lib/openssh/sftp-server \ TEST_SSH_PLINK=plink \ TEST_SSH_PUTTYGEN=puttygen \ -- cgit v1.2.3