From 8cf6fbad5115ed13615ab2d3870e438c7b8e1140 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Sat, 28 Apr 2007 23:13:23 -0500 Subject: [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. --- bin/runtest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12