diff options
author | Darren Tucker <dtucker@zip.com.au> | 2013-05-17 09:31:39 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2013-05-17 09:31:39 +1000 |
commit | dfea3bcdd7c980c2335402464b7dd8d8721e426d (patch) | |
tree | 8a679275f462be86795ca1380e9838863f0ff2bd /regress/Makefile | |
parent | 75129025a2d504b630d1718fef0da002f5662f63 (diff) |
- dtucker@cvs.openbsd.org 2013/04/07 02:16:03
[regress/Makefile regress/rekey.sh regress/integrity.sh
regress/sshd-log-wrapper.sh regress/forwarding.sh regress/test-exec.sh]
use -E option for ssh and sshd to write debuging logs to ssh{,d}.log and
save the output from any failing tests. If a test fails the debug output
from ssh and sshd for the failing tests (and only the failing tests) should
be available in failed-ssh{,d}.log.
Diffstat (limited to 'regress/Makefile')
-rw-r--r-- | regress/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/Makefile b/regress/Makefile index b99bd3e83..4ac5b4d42 100644 --- a/regress/Makefile +++ b/regress/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.63 2013/04/06 06:00:22 dtucker Exp $ | 1 | # $OpenBSD: Makefile,v 1.64 2013/04/07 02:16:03 dtucker Exp $ |
2 | 2 | ||
3 | REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t-exec | 3 | REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t-exec |
4 | tests: $(REGRESS_TARGETS) | 4 | tests: $(REGRESS_TARGETS) |
@@ -83,7 +83,8 @@ CLEANFILES= t2.out t3.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \ | |||
83 | key.rsa-* key.dsa-* key.ecdsa-* \ | 83 | key.rsa-* key.dsa-* key.ecdsa-* \ |
84 | authorized_principals_${USER} expect actual ready \ | 84 | authorized_principals_${USER} expect actual ready \ |
85 | sshd_proxy.* authorized_keys_${USER}.* modpipe revoked-* krl-* \ | 85 | sshd_proxy.* authorized_keys_${USER}.* modpipe revoked-* krl-* \ |
86 | ssh.log sshd.log regress.log | 86 | ssh.log failed-ssh.log sshd.log failed-sshd.log \ |
87 | regress.log failed-regress.log ssh-log-wrapper.sh | ||
87 | 88 | ||
88 | # Enable all malloc(3) randomisations and checks | 89 | # Enable all malloc(3) randomisations and checks |
89 | TEST_ENV= "MALLOC_OPTIONS=AFGJPRX" | 90 | TEST_ENV= "MALLOC_OPTIONS=AFGJPRX" |