diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2016-09-02 21:30:35 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2016-09-02 21:30:35 +0000 |
commit | 574f69a0e4d8ac880ca4b6a3dc2914c6052e318f (patch) | |
tree | 8df806befcdc6f62b718d8ed907ded8b2007e966 /regress/usr.sbin/syslogd | |
parent | a2e3a8ca16d3a36e252e6b7be3b645a6feaf7266 (diff) |
Print SKIPPED if a regress test cannot be executed for some reason.
This allows to identify such tests by looking at their output.
Diffstat (limited to 'regress/usr.sbin/syslogd')
-rw-r--r-- | regress/usr.sbin/syslogd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/usr.sbin/syslogd/Makefile b/regress/usr.sbin/syslogd/Makefile index 5c00b3e5753..f3481706e4a 100644 --- a/regress/usr.sbin/syslogd/Makefile +++ b/regress/usr.sbin/syslogd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2016/08/23 21:20:05 bluhm Exp $ +# $OpenBSD: Makefile,v 1.17 2016/09/02 21:30:34 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 @@ -22,6 +22,7 @@ PERL_REQUIRE != perl -Mstrict -Mwarnings -e ' \ regress: @echo "${PERL_REQUIRE}" @echo install these perl packages for additional tests + @echo SKIPPED .endif # Automatically generate regress targets from test cases in directory. |