mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
Remove explicit KYUAFILE=yes from tests/sys/Makefile
This causes the directory traversing Kyuafile to be installed, which in turn causes tests/sys/pjdfstest to always be run from /usr/tests/sys Let KYUAFILE default to auto, so the file generated by suite.test.mk gets installed instead MFC after: 1 week
This commit is contained in:
parent
87273b37bb
commit
b6910d7ee5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=274021
@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
.PATH: ${.CURDIR}/..
|
|
||||||
|
|
||||||
TESTSDIR= ${TESTSBASE}/sys
|
TESTSDIR= ${TESTSBASE}/sys
|
||||||
|
|
||||||
TESTS_SUBDIRS+= kern
|
TESTS_SUBDIRS+= kern
|
||||||
@ -12,6 +10,4 @@ TESTS_SUBDIRS+= netinet
|
|||||||
# Items not integrated into kyua runs by default
|
# Items not integrated into kyua runs by default
|
||||||
SUBDIR+= pjdfstest
|
SUBDIR+= pjdfstest
|
||||||
|
|
||||||
KYUAFILE= yes
|
|
||||||
|
|
||||||
.include <bsd.test.mk>
|
.include <bsd.test.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user