diff options
author | Klemens Nanni <kn@cvs.openbsd.org> | 2021-12-02 17:10:54 +0000 |
---|---|---|
committer | Klemens Nanni <kn@cvs.openbsd.org> | 2021-12-02 17:10:54 +0000 |
commit | 0258333102a4d53256943f1c48c14bf1642b0445 (patch) | |
tree | 0d91abafe120a9f2d0f534e3814ea752e3c7e270 /regress/usr.sbin | |
parent | ffe6866f7e838af0f25b9d39a18ab5d66dab75bd (diff) |
Tell testers which packages to install right away (and why)
Other regress tests do it differently; just fix/thouch those that did not
mention any package name at all.
This helps grepping logs for SKIPPED to find instructions for the next run.
Diffstat (limited to 'regress/usr.sbin')
-rw-r--r-- | regress/usr.sbin/httpd/tests/Makefile | 4 | ||||
-rw-r--r-- | regress/usr.sbin/ospfd/Makefile | 4 | ||||
-rw-r--r-- | regress/usr.sbin/relayd/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/regress/usr.sbin/httpd/tests/Makefile b/regress/usr.sbin/httpd/tests/Makefile index e3b977a4441..c23e6b894dd 100644 --- a/regress/usr.sbin/httpd/tests/Makefile +++ b/regress/usr.sbin/httpd/tests/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2021/10/05 17:40:08 anton Exp $ +# $OpenBSD: Makefile,v 1.15 2021/12/02 17:10:53 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 @@ -16,7 +16,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"' @echo SKIPPED .endif diff --git a/regress/usr.sbin/ospfd/Makefile b/regress/usr.sbin/ospfd/Makefile index e327ec4a7fd..a4d90574e28 100644 --- a/regress/usr.sbin/ospfd/Makefile +++ b/regress/usr.sbin/ospfd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2020/12/17 00:51:13 bluhm Exp $ +# $OpenBSD: Makefile,v 1.14 2021/12/02 17:10:53 kn Exp $ # The following ports must be installed for the regression tests: # p5-AnyEvent provide framework for multiple event loops @@ -16,7 +16,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-AnyEvent p5-Hash-Merge p5-YAML"' @echo SKIPPED .endif diff --git a/regress/usr.sbin/relayd/Makefile b/regress/usr.sbin/relayd/Makefile index 3dfba83e24f..978e4a92e52 100644 --- a/regress/usr.sbin/relayd/Makefile +++ b/regress/usr.sbin/relayd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2021/10/12 05:42:39 anton Exp $ +# $OpenBSD: Makefile,v 1.19 2021/12/02 17:10:53 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 @@ -16,7 +16,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-Socket-SSL"' @echo SKIPPED .endif |