summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2016-12-31 01:25:45 +0000
committerColin Watson <cjwatson@debian.org>2016-12-31 01:25:45 +0000
commit139c116c0a8052ca025c132766c0c080aa7f408b (patch)
tree3511a41f437dc40f91b9f4049040fec3906ff1c3
parent249a10987ea8a48f582c544767845a2e8c9f32c3 (diff)
Run regression tests using 'sh -x' to try to get more information about failures.
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/tests/regress2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 532f90460..0e0e39549 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ openssh (1:7.4p1-3) UNRELEASED; urgency=medium
2 2
3 * Revert attempted hack around regress/forwarding.sh test failure, since 3 * Revert attempted hack around regress/forwarding.sh test failure, since
4 it doesn't seem to help. 4 it doesn't seem to help.
5 * Run regression tests using 'sh -x' to try to get more information about
6 failures.
5 7
6 -- Colin Watson <cjwatson@debian.org> Sat, 31 Dec 2016 01:22:48 +0000 8 -- Colin Watson <cjwatson@debian.org> Sat, 31 Dec 2016 01:22:48 +0000
7 9
diff --git a/debian/tests/regress b/debian/tests/regress
index 846482d62..37f9fe6a2 100755
--- a/debian/tests/regress
+++ b/debian/tests/regress
@@ -51,7 +51,7 @@ make -C regress \
51 BUILDDIR="$BUILDDIR" \ 51 BUILDDIR="$BUILDDIR" \
52 OBJ="$BUILDDIR/regress" \ 52 OBJ="$BUILDDIR/regress" \
53 SUDO=sudo \ 53 SUDO=sudo \
54 TEST_SHELL=sh \ 54 TEST_SHELL='sh -x' \
55 TEST_SSH_SFTPSERVER=/usr/lib/openssh/sftp-server \ 55 TEST_SSH_SFTPSERVER=/usr/lib/openssh/sftp-server \
56 TEST_SSH_PLINK=plink \ 56 TEST_SSH_PLINK=plink \
57 TEST_SSH_PUTTYGEN=puttygen \ 57 TEST_SSH_PUTTYGEN=puttygen \