diff options
author | Klemens Nanni <kn@cvs.openbsd.org> | 2021-12-02 15:56:16 +0000 |
---|---|---|
committer | Klemens Nanni <kn@cvs.openbsd.org> | 2021-12-02 15:56:16 +0000 |
commit | 239b39ac16bcc62c1add20bd549398bdae2c4ba4 (patch) | |
tree | b542fa850990931d5b8fd393d446a722c3bf54f8 /regress/usr.sbin | |
parent | 2e1c8470a80aa20f5ceb7484d06c4f56fb4c04e6 (diff) |
Tell testers which packages to install right away
OK bluhm
Diffstat (limited to 'regress/usr.sbin')
-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 eb59d8d813d..22a67323846 100644 --- a/regress/usr.sbin/syslogd/Makefile +++ b/regress/usr.sbin/syslogd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.32 2021/03/09 15:16:28 bluhm Exp $ +# $OpenBSD: Makefile,v 1.33 2021/12/02 15:56:15 kn 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 @@ -21,7 +21,7 @@ PERL_REQUIRE != perl -Mstrict -Mwarnings -e ' \ .if ! empty (PERL_REQUIRE) regress: @echo "${PERL_REQUIRE}" - @echo install these perl packages for additional tests + @echo 'run "pkg_add p5-IO-Socket-INET6 p5-Socket6 p5-IO-Socket-SSL p5-BSD-Reource"' @echo SKIPPED .endif |