Date: Mon, 27 Apr 2015 07:00:34 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r282059 - in head/etc: rc.d rc.d/tests tests tests/rc.d Message-ID: <201504270700.t3R70Ykm060948@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Mon Apr 27 07:00:34 2015 New Revision: 282059 URL: https://svnweb.freebsd.org/changeset/base/282059 Log: Move etc/tests/rc.d to etc/rc.d/tests to match the directory layout jmmv@ documented and implemented in other areas of the FreeBSD tree MFC after: 1 week Added: head/etc/rc.d/tests/ - copied from r281491, user/ngie/more-tests/etc/rc.d/tests/ Deleted: head/etc/tests/rc.d/ Modified: head/etc/rc.d/Makefile head/etc/tests/Makefile Directory Properties: head/ (props changed) Modified: head/etc/rc.d/Makefile ============================================================================== --- head/etc/rc.d/Makefile Mon Apr 27 06:51:27 2015 (r282058) +++ head/etc/rc.d/Makefile Mon Apr 27 07:00:34 2015 (r282059) @@ -263,6 +263,10 @@ FILES+= routed FILES+= sendmail .endif +.if ${MK_TESTS} != "no" +SUBDIR+= tests +.endif + .if ${MK_TIMED} != "no" FILES+= timed .endif Modified: head/etc/tests/Makefile ============================================================================== --- head/etc/tests/Makefile Mon Apr 27 06:51:27 2015 (r282058) +++ head/etc/tests/Makefile Mon Apr 27 07:00:34 2015 (r282059) @@ -7,6 +7,4 @@ TESTSDIR= ${TESTSBASE}/etc .PATH: ${.CURDIR:H:H}/tests KYUAFILE= yes -TESTS_SUBDIRS+= rc.d - .include <bsd.test.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504270700.t3R70Ykm060948>