diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2019-12-28 16:03:49 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2019-12-28 16:03:49 +0000 |
commit | 6fca70d0a00f11e63e478e27775dba4f2789084d (patch) | |
tree | 85929d9fd20175c130cc34077b38c44203c7f944 /regress/usr.sbin/syslogd | |
parent | 39826e758b824198ffe3a2d015dc19b6110cb44c (diff) |
Disable interop test with rsyslogd and TLS. Starting rsyslogd with
GnuTLS does not work reliably.
Diffstat (limited to 'regress/usr.sbin/syslogd')
-rw-r--r-- | regress/usr.sbin/syslogd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.sbin/syslogd/Makefile b/regress/usr.sbin/syslogd/Makefile index 9ad9a13deaf..52c88dae8c8 100644 --- a/regress/usr.sbin/syslogd/Makefile +++ b/regress/usr.sbin/syslogd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 2019/09/20 13:20:12 bluhm Exp $ +# $OpenBSD: Makefile,v 1.30 2019/12/28 16:03:48 bluhm Exp $ # The following ports must be installed for the regression tests: # p5-IO-Socket-INET6 object interface for AF_INET and AF_INET6 domain sockets @@ -40,7 +40,7 @@ CLEANFILES += *.log *.log.? *.conf ktrace.out stamp-* *.pid CLEANFILES += *.out *.sock *.ktrace *.fstat ttylog *.ph */*.ph CLEANFILES += *.pem *.req *.key *.crt *.srl empty toobig diskimage -run-args-rsyslog-client-tls.pl: +run-args-rsyslog-client-tls.pl run-args-rsyslog-tls.pl: @echo '\n======== $@ ========' # rsyslogd TLS client side is totally unreliable. Startup of # GnuTLS may take a long time on slow machines. Disable test. |