From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay2.corp.sgi.com [137.38.102.29]) by oss.sgi.com (Postfix) with ESMTP id 07E858017 for ; Fri, 15 Mar 2013 07:28:39 -0500 (CDT) Received: from cuda.sgi.com (cuda2.sgi.com [192.48.176.25]) by relay2.corp.sgi.com (Postfix) with ESMTP id E8F14304039 for ; Fri, 15 Mar 2013 05:28:38 -0700 (PDT) Received: from ipmail04.adl6.internode.on.net (ipmail04.adl6.internode.on.net [150.101.137.141]) by cuda.sgi.com with ESMTP id p2CjxVGtX9iVLtR1 for ; Fri, 15 Mar 2013 05:28:37 -0700 (PDT) Received: from disappointment ([192.168.1.1]) by dastard with esmtp (Exim 4.76) (envelope-from ) id 1UGTkI-0001Zg-4H for xfs@oss.sgi.com; Fri, 15 Mar 2013 23:28:26 +1100 Received: from dave by disappointment with local (Exim 4.80) (envelope-from ) id 1UGTkI-0005qm-0s for xfs@oss.sgi.com; Fri, 15 Mar 2013 23:28:26 +1100 From: Dave Chinner Subject: [PATCH 07/25] xfstests: kill hangcheck stuff from check Date: Fri, 15 Mar 2013 23:27:51 +1100 Message-Id: <1363350489-22257-8-git-send-email-david@fromorbit.com> In-Reply-To: <1363350489-22257-1-git-send-email-david@fromorbit.com> References: <1363350489-22257-1-git-send-email-david@fromorbit.com> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: xfs-bounces@oss.sgi.com Sender: xfs-bounces@oss.sgi.com To: xfs@oss.sgi.com From: Dave Chinner This is an old script from the auto-qa days back at SGI. It no longer is in use or, AFAIK, ever been used for xfstests. If anyone needs it, they can pull it back out of git, so lets remove it to simplify check. Signed-off-by: Dave Chinner --- check | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/check b/check index 7d563e9..d69f948 100755 --- a/check +++ b/check @@ -275,12 +275,6 @@ fi _wrapup() { - # for hangcheck ... - # remove files that were used by hangcheck - # - [ -f /tmp/check.pid ] && rm -rf /tmp/check.pid - [ -f /tmp/check.sts ] && rm -rf /tmp/check.sts - if $showme then : @@ -336,27 +330,11 @@ END { if (NR > 0) { fi rm -f /tmp/*.rawout /tmp/*.out /tmp/*.err /tmp/*.time - rm -f /tmp/check.pid /tmp/check.sts rm -f $tmp.* } trap "_wrapup; exit \$status" 0 1 2 3 15 -# for hangcheck ... -# Save pid of check in a well known place, so that hangcheck can be sure it -# has the right pid (getting the pid from ps output is not reliable enough). -# -rm -rf /tmp/check.pid -echo $$ >/tmp/check.pid - -# for hangcheck ... -# Save the status of check in a well known place, so that hangcheck can be -# sure to know where check is up to (getting test number from ps output is -# not reliable enough since the trace stuff has been introduced). -# -rm -rf /tmp/check.sts -echo "preamble" >/tmp/check.sts - # don't leave old full output behind on a clean run rm -f check.full @@ -436,9 +414,6 @@ do fi rm -f core $seq.notrun - # for hangcheck ... - echo "$seq" >/tmp/check.sts - start=`_wallclock` $timestamp && echo -n " ["`date "+%T"`"]" [ ! -x $seq ] && chmod u+x $seq # ensure we can run it -- 1.7.10.4 _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs