svn commit: r334362 - head/tests/sys

Ed Maste emaste at FreeBSD.org
Wed May 30 00:36:59 UTC 2018


Author: emaste
Date: Wed May 30 00:36:58 2018
New Revision: 334362
URL: https://svnweb.freebsd.org/changeset/base/334362

Log:
  Temporarily disconnect audit tests
  
  Audit tests added in r334360 broke the build on a number of archs.
  Remove the subdir from the top level tests/sys/Makefile until they're
  fixed.

Modified:
  head/tests/sys/Makefile

Modified: head/tests/sys/Makefile
==============================================================================
--- head/tests/sys/Makefile	Wed May 30 00:06:17 2018	(r334361)
+++ head/tests/sys/Makefile	Wed May 30 00:36:58 2018	(r334362)
@@ -6,7 +6,6 @@ TESTSDIR=		${TESTSBASE}/sys
 
 TESTS_SUBDIRS+=		acl
 TESTS_SUBDIRS+=		aio
-TESTS_SUBDIRS+=		audit
 TESTS_SUBDIRS+=		capsicum
 TESTS_SUBDIRS+=		${_cddl}
 TESTS_SUBDIRS+=		fifo


More information about the svn-src-head mailing list