Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Nov 2015 09:50:53 +0000 (UTC)
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r291423 - user/pho/stress2
Message-ID:  <201511280950.tAS9orG5098079@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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