From 51d7ba738f1d27af0518514b4a0782d7059f97dc Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Sun, 27 Feb 2005 18:29:44 -0500 Subject: [svn-r10101] Purpose: Another attempt to change the format of the failed details reporting. --- bin/runtest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/runtest b/bin/runtest index efcb694..120b718 100755 --- a/bin/runtest +++ b/bin/runtest @@ -394,7 +394,8 @@ RUNSNAPTEST() # Dump the first 10 lines and the last 30 lines of the LOGFILE. ( nhead=10; ntail=30; echo ========================= - echo "${HOSTNAME}: Dumping first $nhead and last $ntail lines of $LOGFILE" + echo "Dumping logfile of ${HOSTNAME}: $TEST_TYPE" + echo "first $nhead and last $ntail lines of $LOGFILE" echo ========================= head -$nhead $LOGFILE echo "[last $ntail lines]..." -- cgit v0.12