svn commit: r313149 - user/pho/stress2/misc
Peter Holm
pho at FreeBSD.org
Fri Feb 3 12:13:56 UTC 2017
Author: pho
Date: Fri Feb 3 12:13:55 2017
New Revision: 313149
URL: https://svnweb.freebsd.org/changeset/base/313149
Log:
Added a "fixed by" and added a style fix while here.
Sponsored by: Dell EMC Isilon
Modified:
user/pho/stress2/misc/full.sh
Modified: user/pho/stress2/misc/full.sh
==============================================================================
--- user/pho/stress2/misc/full.sh Fri Feb 3 12:03:10 2017 (r313148)
+++ user/pho/stress2/misc/full.sh Fri Feb 3 12:13:55 2017 (r313149)
@@ -34,6 +34,7 @@
# "panic: SACK scoreboard must not be empty" seen:
# https://people.freebsd.org/~pho/stress/log/full.txt
+# Fixed by r310547.
. ../default.cfg
@@ -49,7 +50,8 @@ export LOAD=80
export rwLOAD=80
export runRUNTIME=10m
export RUNDIR=$mntpoint/stressX
-export TESTPROGS=`cd ..; find testcases/ -perm -1 -type f | egrep -v "/run/|/syscall/"`
+export TESTPROGS=`cd ..; find testcases/ -perm -1 -type f | \
+ egrep -v "/run/|/syscall/"`
su $testuser -c 'cd ..; ./testcases/run/run $TESTPROGS'
More information about the svn-src-user
mailing list