diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2021-03-09 15:16:29 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2021-03-09 15:16:29 +0000 |
commit | b1cb46127e786555930aff2223a523922e23acbf (patch) | |
tree | 9585d407af8c31fd75aba381639e0fe0a7c3cbe1 /regress/usr.sbin/syslogd/Makefile | |
parent | 459d4e795faae9e9a5825a299f7e5063446853a0 (diff) |
Kernel drops fewer messages in sendsyslog(2), adapt syslogd(8)
tests. Kernel stashes logs temporarily, test it. Fix some races
in existing tests.
Diffstat (limited to 'regress/usr.sbin/syslogd/Makefile')
-rw-r--r-- | regress/usr.sbin/syslogd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/usr.sbin/syslogd/Makefile b/regress/usr.sbin/syslogd/Makefile index 05342ef44ea..eb59d8d813d 100644 --- a/regress/usr.sbin/syslogd/Makefile +++ b/regress/usr.sbin/syslogd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 2020/12/17 00:51:13 bluhm Exp $ +# $OpenBSD: Makefile,v 1.32 2021/03/09 15:16:28 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 @@ -27,7 +27,7 @@ regress: # Automatically generate regress targets from test cases in directory. -PROGS = ttylog +PROGS = ttylog logflush PERLS = Client.pm Proc.pm RSyslogd.pm Server.pm \ Syslogc.pm Syslogd.pm funcs.pl syslogd.pl ARGS != cd ${.CURDIR} && ls args-*.pl @@ -144,7 +144,7 @@ ${REGRESS_TARGETS:M*empty*}: empty ${REGRESS_TARGETS:M*toobig*}: toobig ${REGRESS_TARGETS:M*fake*}: fake-ca.crt ${REGRESS_TARGETS:M*sendsyslog*}: sys/syscall.ph -${REGRESS_TARGETS}: ttylog +${REGRESS_TARGETS}: ttylog logflush # make perl syntax check for all args files |