svn commit: r334395 - head/tests/sys

Alan Somers asomers at FreeBSD.org
Wed May 30 19:58:37 UTC 2018


Author: asomers
Date: Wed May 30 19:58:36 2018
New Revision: 334395
URL: https://svnweb.freebsd.org/changeset/base/334395

Log:
  Revert r334362
  
  Reconnect tests/sys/audit now that the GCC issue is fixed by 334388
  
  MFC after:	2 weeks
  X-MFC-With:	334362, 334360, 334388

Modified:
  head/tests/sys/Makefile

Modified: head/tests/sys/Makefile
==============================================================================
--- head/tests/sys/Makefile	Wed May 30 19:57:15 2018	(r334394)
+++ head/tests/sys/Makefile	Wed May 30 19:58:36 2018	(r334395)
@@ -6,6 +6,7 @@ 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