From: kn Date: Thu, 2 Dec 2021 15:56:15 +0000 (+0000) Subject: Tell testers which packages to install right away X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5f6890e76829ebb6a9810280ea4ab7f99be232aa;p=openbsd Tell testers which packages to install right away OK bluhm --- 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