Add diagnostic output of bulkstat to 024.full file.

This commit is contained in:
fsgqa
2001-09-28 09:49:27 +00:00
parent 7f4cfff3cf
commit d8787394a3
9 changed files with 163 additions and 16 deletions
+2
View File
@@ -82,6 +82,8 @@ else
fi
last=`grep '^[0-9][0-9]* ' group | sort | tail -1 | sed -e 's/[ ].*//'`
# get rid of leading 0s as can be interpreted as octal
last=`echo $last | sed 's/^0*//'`
id=`$AWK_PROG </dev/null 'BEGIN{printf "%03d\n",'$last'+1}'`
echo "Next test is $id"