svn commit: r274541 - stable/10/tests/sys
Garrett Cooper
ngie at FreeBSD.org
Sat Nov 15 05:05:33 UTC 2014
Author: ngie
Date: Sat Nov 15 05:05:32 2014
New Revision: 274541
URL: https://svnweb.freebsd.org/changeset/base/274541
Log:
MFC r274021:
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
Modified:
stable/10/tests/sys/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/tests/sys/Makefile
==============================================================================
--- stable/10/tests/sys/Makefile Sat Nov 15 05:03:44 2014 (r274540)
+++ stable/10/tests/sys/Makefile Sat Nov 15 05:05:32 2014 (r274541)
@@ -2,12 +2,8 @@
.include <bsd.own.mk>
-.PATH: ${.CURDIR}/..
-
TESTS_SUBDIRS+= kern
TESTS_SUBDIRS+= netinet
TESTSDIR= ${TESTSBASE}/sys
-KYUAFILE= yes
-
.include <bsd.test.mk>
More information about the svn-src-all
mailing list