diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/tests/regress | 9 |
2 files changed, 3 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog index 9d72b37a5..34e51a7c6 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -6,6 +6,8 @@ openssh (1:7.3p1-4) UNRELEASED; urgency=medium | |||
6 | * Remove the non-upstream .gitignore file and add the relevant entries to | 6 | * Remove the non-upstream .gitignore file and add the relevant entries to |
7 | debian/.gitignore, in order to make the source tree more | 7 | debian/.gitignore, in order to make the source tree more |
8 | dgit-compatible. | 8 | dgit-compatible. |
9 | * Build all upstream regression test binaries using the new | ||
10 | "regress-binaries" target. | ||
9 | 11 | ||
10 | -- Colin Watson <cjwatson@debian.org> Fri, 11 Nov 2016 02:50:39 +0000 | 12 | -- Colin Watson <cjwatson@debian.org> Fri, 11 Nov 2016 02:50:39 +0000 |
11 | 13 | ||
diff --git a/debian/tests/regress b/debian/tests/regress index a3ffd66ba..4cd90175b 100644 --- a/debian/tests/regress +++ b/debian/tests/regress | |||
@@ -18,14 +18,7 @@ make | |||
18 | # versions, so we must bypass the latter in order to work correctly under | 18 | # versions, so we must bypass the latter in order to work correctly under |
19 | # autopkgtest. | 19 | # autopkgtest. |
20 | make regress-prep | 20 | make regress-prep |
21 | make regress/modpipe \ | 21 | make regress-binaries |
22 | regress/setuid-allowed \ | ||
23 | regress/netcat \ | ||
24 | regress/unittests/sshbuf/test_sshbuf \ | ||
25 | regress/unittests/sshkey/test_sshkey \ | ||
26 | regress/unittests/bitmap/test_bitmap \ | ||
27 | regress/unittests/hostkeys/test_hostkeys \ | ||
28 | regress/unittests/kex/test_kex | ||
29 | 22 | ||
30 | SRCDIR="$(pwd)" | 23 | SRCDIR="$(pwd)" |
31 | BUILDDIR="$SRCDIR" | 24 | BUILDDIR="$SRCDIR" |