diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2001-08-21 03:30:19 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2001-08-21 03:30:19 (GMT) |
commit | 1048edca148cacc396fade45e2782e5d18b8d546 (patch) | |
tree | 218545a1836b59b41f50f3b95db521f0cb8c346a /bin/runtest | |
parent | c80540f99e1a39fd70c8695d065998dca0a3d5cc (diff) | |
download | hdf5-1048edca148cacc396fade45e2782e5d18b8d546.zip hdf5-1048edca148cacc396fade45e2782e5d18b8d546.tar.gz hdf5-1048edca148cacc396fade45e2782e5d18b8d546.tar.bz2 |
[svn-r4400] Description:
slight change of output format.
Diffstat (limited to 'bin/runtest')
-rwxr-xr-x | bin/runtest | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/runtest b/bin/runtest index 68b816e..ffa723a 100755 --- a/bin/runtest +++ b/bin/runtest @@ -323,7 +323,7 @@ RUNSNAPTEST() # Setup log file name to save test output LOGFILE=${LOGBASENAME}${SRCDIRNAME}_${TODAY} - echo Running snapshot with output saved in $LOGFILE + echo "Running snapshot with output saved in\n $LOGFILE" (date; echo Hostname=$HOSTNAME) >> $LOGFILE ( @@ -520,7 +520,7 @@ echo TEST_TYPES=$TEST_TYPES # Do a checkout if one has not been done today # Also check MANIFEST file if [ -z "$NOCVS" -a ! -f $CVSLOG ]; then - echo Running CVS checkout with output saved in $CVSLOG + echo "Running CVS checkout with output saved in\n $CVSLOG" # Set CVS lock first touch $CVSLOG_LOCK ($SNAPSHOT checkout ) >> $CVSLOG 2>&1 |