From 80eb10e8c87b5a3cbf6f24058a3e1842c4058761 Mon Sep 17 00:00:00 2001 From: Dave Chinner Date: Fri, 15 Mar 2013 12:27:51 +0000 Subject: [PATCH] xfstests: kill hangcheck stuff from check 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 Reviewed-by: Phil White Signed-off-by: Rich Johnston --- check | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/check b/check index 7d563e95..d69f9483 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 -- 2.39.5