summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/runtest3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/runtest b/bin/runtest
index 3728c15..01d5113 100755
--- a/bin/runtest
+++ b/bin/runtest
@@ -312,7 +312,8 @@ RUNSNAPTEST()
fi
# Setup log file name to save test output
- LOGFILE=${LOGBASENAME}${SRCDIRNAME}_${TODAY}
+ THIS_MINUTE=`date +%H%M`
+ LOGFILE=${LOGBASENAME}${SRCDIRNAME}_${TODAY}_${THIS_MINUTE}
PRINT "Running snapshot with output saved in"
PRINT " $LOGFILE"
(date; PRINT Hostname=$HOSTNAME) >> $LOGFILE