diff options
-rwxr-xr-x | bin/runtest | 3 |
1 files changed, 2 insertions, 1 deletions
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]..." |