Author: asomers Date: Tue Jun 20 19:34:21 2017 New Revision: 320166 URL: https://svnweb.freebsd.org/changeset/base/320166
Log: Require devd to be running for its ATF tests to run The ATF tests communicate with the system's running devd PR: 220169 Reported by: gjb MFC after: 3 weeks Sponsored by: Spectra Logic Corp Modified: head/sbin/devd/tests/Makefile Modified: head/sbin/devd/tests/Makefile ============================================================================== --- head/sbin/devd/tests/Makefile Tue Jun 20 19:32:39 2017 (r320165) +++ head/sbin/devd/tests/Makefile Tue Jun 20 19:34:21 2017 (r320166) @@ -1,7 +1,8 @@ # $FreeBSD$ ATF_TESTS_C= client_test -TEST_METADATA.client_test= required_programs="devd" +TEST_METADATA.client_test= required_files="/var/run/devd.pid" +TEST_METADATA.client_test+= required_programs="devd" TEST_METADATA.client_test+= required_user="root" TEST_METADATA.client_test+= timeout=15 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
