Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 May 2017 09:00:58 +0000 (UTC)
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r319111 - user/pho/stress2/misc
Message-ID:  <201705290900.v4T90wKV093548@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pho
Date: Mon May 29 09:00:58 2017
New Revision: 319111
URL: https://svnweb.freebsd.org/changeset/base/319111

Log:
  Exclude test from regular runs as it's quite disruptive.
  
  Sponsored by:	Dell EMC Isilon

Modified:
  user/pho/stress2/misc/audit.sh

Modified: user/pho/stress2/misc/audit.sh
==============================================================================
--- user/pho/stress2/misc/audit.sh	Mon May 29 08:57:50 2017	(r319110)
+++ user/pho/stress2/misc/audit.sh	Mon May 29 09:00:58 2017	(r319111)
@@ -36,7 +36,9 @@
 . ../default.cfg
 
 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
+[ -z "$footshoot" ] && exit 0
 
+[ -f /usr/sbin/auditd -a -f /etc/rc.d/auditd ] || exit 0
 pgrep -q auditd && exit 0
 mount | grep -q /var || exit 0
 
@@ -54,3 +56,4 @@ service auditd onestop
 
 # Some services react badly to /var being unmounted.
 service -R
+exit 0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705290900.v4T90wKV093548>