diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-02-27 23:29:44 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-02-27 23:29:44 (GMT) |
commit | 51d7ba738f1d27af0518514b4a0782d7059f97dc (patch) | |
tree | 7441505ad77db7c06ca5db01ffda62050a201783 /bin | |
parent | 67ad854d9dfb9f19af713dac01915f2668332d41 (diff) | |
download | hdf5-51d7ba738f1d27af0518514b4a0782d7059f97dc.zip hdf5-51d7ba738f1d27af0518514b4a0782d7059f97dc.tar.gz hdf5-51d7ba738f1d27af0518514b4a0782d7059f97dc.tar.bz2 |
[svn-r10101] Purpose:
Another attempt to change the format of the failed details reporting.
Diffstat (limited to 'bin')
-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]..." |