1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

Disable wscons regress test for now. This test is touching /dev entries

and the result is a rather annoying keyboard repeat issue.
Finding this was a bit of a saga.  OK by many
This commit is contained in:
claudio 2019-03-18 22:12:40 +00:00
parent d680d99b21
commit 2872fb2fb3

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.6 2018/11/16 20:20:17 anton Exp $
# $OpenBSD: Makefile,v 1.7 2019/03/18 22:12:40 claudio Exp $
SUBDIR+= fdesc
SUBDIR+= kcov
SUBDIR+= wscons
#SUBDIR+= wscons
.include <bsd.subdir.mk>