summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-08-21 03:31:58 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-08-21 03:31:58 (GMT)
commit34e312e7c65f79911e44f5b11c4ed51d6c3e720a (patch)
tree1c1c0fbb2c74b2f44c16c5644d4f11b8a279e472 /bin
parentcc8ba712960e00984f12f45f26615ead88d47a63 (diff)
downloadhdf5-34e312e7c65f79911e44f5b11c4ed51d6c3e720a.zip
hdf5-34e312e7c65f79911e44f5b11c4ed51d6c3e720a.tar.gz
hdf5-34e312e7c65f79911e44f5b11c4ed51d6c3e720a.tar.bz2
[svn-r4401] Purpose:
slight change of output format.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/runtest4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/runtest b/bin/runtest
index d35f08e..f90289c 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