From owner-svn-src-user@freebsd.org Sat Nov 28 09:50:54 2015 Return-Path: <owner-svn-src-user@freebsd.org> Delivered-To: svn-src-user@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49751A3AD9B for <svn-src-user@mailman.ysv.freebsd.org>; Sat, 28 Nov 2015 09:50:54 +0000 (UTC) (envelope-from pho@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10E3D17AE; Sat, 28 Nov 2015 09:50:53 +0000 (UTC) (envelope-from pho@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAS9or3v098080; Sat, 28 Nov 2015 09:50:53 GMT (envelope-from pho@FreeBSD.org) Received: (from pho@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAS9orG5098079; Sat, 28 Nov 2015 09:50:53 GMT (envelope-from pho@FreeBSD.org) Message-Id: <201511280950.tAS9orG5098079@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pho set sender to pho@FreeBSD.org using -f From: Peter Holm <pho@FreeBSD.org> Date: Sat, 28 Nov 2015 09:50:53 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r291423 - user/pho/stress2 X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" <svn-src-user.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-src-user>, <mailto:svn-src-user-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-src-user/> List-Post: <mailto:svn-src-user@freebsd.org> List-Help: <mailto:svn-src-user-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-src-user>, <mailto:svn-src-user-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Nov 2015 09:50:54 -0000 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