summaryrefslogtreecommitdiffstats
path: root/bin/runtest
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2007-04-29 04:13:23 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2007-04-29 04:13:23 (GMT)
commit8cf6fbad5115ed13615ab2d3870e438c7b8e1140 (patch)
treeb957138adbd46c13c2674b983b14bd4a9415bc39 /bin/runtest
parent218c9c7b727c855eeb620a599300f7d80412acf8 (diff)
downloadhdf5-8cf6fbad5115ed13615ab2d3870e438c7b8e1140.zip
hdf5-8cf6fbad5115ed13615ab2d3870e438c7b8e1140.tar.gz
hdf5-8cf6fbad5115ed13615ab2d3870e438c7b8e1140.tar.bz2
[svn-r13707] Changed the TODAY format to include weekday, matching the one used by DailyHDF5Test
script. Tested: Tested the new format works in all NCSA machines.
Diffstat (limited to 'bin/runtest')
-rwxr-xr-xbin/runtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/runtest b/bin/runtest
index 034dbc0..34386e4 100755
--- a/bin/runtest
+++ b/bin/runtest
@@ -41,7 +41,7 @@ PROGNAME="bin/runtest $DEBUGMODE"
# Setup
HOSTNAME=`hostname | cut -f1 -d.` # no domain part
-TODAY=`date +%y%m%d`
+TODAY=`date +%m%d%a`
WEEKDAY=`date +%a`
H5VER= # default to current CVS version
H5VERSION= # default to current CVS version