2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-03-19 16:50:46 +08:00

[svn-r10101] Purpose:

Another attempt to change the format of the failed details reporting.
This commit is contained in:
Albert Cheng 2005-02-27 18:29:44 -05:00
parent 67ad854d9d
commit 51d7ba738f

@ -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]..."