svn commit: r362330 - head/tests/sys/audit

Edward Tomasz Napierala trasz at FreeBSD.org
Thu Jun 18 15:41:17 UTC 2020


Author: trasz
Date: Thu Jun 18 15:41:16 2020
New Revision: 362330
URL: https://svnweb.freebsd.org/changeset/base/362330

Log:
  Make audit tests depend on /dev/auditpipe. This should fix
  some 416 failing tests on armv7:
  
  https://ci.freebsd.org/job/FreeBSD-head-armv7-test/lastCompletedBuild/testReport/
  
  Reviewed by:	asomers
  MFC after:	2 weeks
  Sponsored by:	DARPA
  Differential Revision:	https://reviews.freebsd.org/D25144

Modified:
  head/tests/sys/audit/Makefile

Modified: head/tests/sys/audit/Makefile
==============================================================================
--- head/tests/sys/audit/Makefile	Thu Jun 18 15:15:04 2020	(r362329)
+++ head/tests/sys/audit/Makefile	Thu Jun 18 15:41:16 2020	(r362330)
@@ -49,7 +49,7 @@ SRCS.miscellaneous+=		utils.c
 TEST_METADATA+= timeout="30"
 TEST_METADATA+= required_user="root"
 TEST_METADATA+= is_exclusive="true"
-TEST_METADATA+=	required_files="/etc/rc.d/auditd"
+TEST_METADATA+=	required_files="/etc/rc.d/auditd /dev/auditpipe"
 
 WARNS?=	6
 


More information about the svn-src-head mailing list