]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Remove explicit KYUAFILE=yes from tests/sys/Makefile
authorngie <ngie@FreeBSD.org>
Mon, 3 Nov 2014 09:17:09 +0000 (09:17 +0000)
committerngie <ngie@FreeBSD.org>
Mon, 3 Nov 2014 09:17:09 +0000 (09:17 +0000)
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

tests/sys/Makefile

index b88af9eb48c08cbdbe2a3a176c2207fecfd856b8..fbfe367d50047f0a1e046a02b8fcfb45e510aa5f 100644 (file)
@@ -2,8 +2,6 @@
 
 .include <bsd.own.mk>
 
-.PATH: ${.CURDIR}/..
-
 TESTSDIR= ${TESTSBASE}/sys
 
 TESTS_SUBDIRS+=                kern
@@ -12,6 +10,4 @@ TESTS_SUBDIRS+=               netinet
 # Items not integrated into kyua runs by default
 SUBDIR+=               pjdfstest
 
-KYUAFILE= yes
-
 .include <bsd.test.mk>