From: anton Date: Wed, 30 Mar 2022 05:11:52 +0000 (+0000) Subject: Flag the kq-tun regress test as skipped as opposed of only mentioning it X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=55a6bb87ee50c29d6b06e36d9216c31293d170e6;p=openbsd Flag the kq-tun regress test as skipped as opposed of only mentioning it in a comment. Allows my own regress runner (and bluhm's) to highlight kqueue as having skipped tests. While here, get rid of redundant usage of phony. --- diff --git a/regress/sys/kern/kqueue/Makefile b/regress/sys/kern/kqueue/Makefile index 1bf9cb0ce01..9411ec95132 100644 --- a/regress/sys/kern/kqueue/Makefile +++ b/regress/sys/kern/kqueue/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.30 2022/03/29 19:34:37 tb Exp $ +# $OpenBSD: Makefile,v 1.31 2022/03/30 05:11:52 anton Exp $ PROG= kqueue-test CFLAGS+=-Wall @@ -69,10 +69,11 @@ TESTS+= kq-regress-6 TESTS+= kq-reset-timer TESTS+= kq-signal TESTS+= kq-timer +TESTS+= kq-tun REGRESS_TARGETS=${TESTS} -# kq-tun broke at some point, apparently from a change in tun routing REGRESS_ROOT_TARGETS=kq-pty-1 -.PHONY: ${REGRESS_TARGETS} +# kq-tun broke at some point, apparently from a change in tun routing +REGRESS_SKIP_TARGETS=kq-tun .include