Another pretty-print output change for QA "check" script.

This commit is contained in:
Nathan Scott
2002-11-22 07:32:41 +00:00
parent b9bc9eee49
commit 71e659966e
+5 -1
View File
@@ -208,7 +208,11 @@ do
#
rm -f $seq.out.bad
lasttime=`sed -n -e "/^$seq /s/.* //p" <check.time`
[ "X$lasttime" != X ] && echo -n " ${lasttime}s ..."
if [ "X$lasttime" != X ]; then
echo -n " ${lasttime}s ..."
else
echo -n " " # prettier output with timestamps.
fi
rm -f core $seq.notrun
# for hangcheck ...