From 34e312e7c65f79911e44f5b11c4ed51d6c3e720a Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 20 Aug 2001 22:31:58 -0500 Subject: [svn-r4401] Purpose: slight change of output format. --- bin/runtest | 4 ++-- 1 file 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 -- cgit v0.12