svn commit: r291423 - user/pho/stress2

Peter Holm pho at FreeBSD.org
Sat Nov 28 09:50:54 UTC 2015


Author: pho
Date: Sat Nov 28 09:50:52 2015
New Revision: 291423
URL: https://svnweb.freebsd.org/changeset/base/291423

Log:
  Note that stress2/misc is the primary test directory.
  Move IPC cleanup.
  
  Sponsored by:	EMC / Isilon storage division

Modified:
  user/pho/stress2/run.sh

Modified: user/pho/stress2/run.sh
==============================================================================
--- user/pho/stress2/run.sh	Sat Nov 28 09:42:52 2015	(r291422)
+++ user/pho/stress2/run.sh	Sat Nov 28 09:50:52 2015	(r291423)
@@ -41,6 +41,8 @@ while getopts a name; do
 done
 shift $(($OPTIND - 1))
 
+pgrep -fq all.sh ||
+    echo "Note: all.sh in stress2/misc is the preferred test to run."
 if [ ! -z "$aflag" ]; then
    . ./default.cfg
    export runRUNTIME=5m
@@ -56,8 +58,6 @@ if [ ! -z "$aflag" ]; then
             printf "`date '+%Y%m%d %T'` run $i\r\n" > /dev/console
          $0 $i
       done
-      [ "`id -un`" = pho ] && ipcs | \
-      awk '$5 ~/pho/ && $6 ~/pho/ {print "-" $1,$2}' | xargs ipcrm
    done
 else
    CONFIG=./default.cfg


More information about the svn-src-user mailing list