summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2009-04-21 13:52:09 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2009-04-21 13:52:09 +0000
commit50d0041954cb723902b61c6d00630a7e84bfee58 (patch)
treeb200cb9180c8f037436a5335e920fbf3059dedc1
parent370fe14393c4a752fd20c88fc8c861ba8069b69a (diff)
downloadATCD-50d0041954cb723902b61c6d00630a7e84bfee58.tar.gz
Tue Apr 21 13:50:48 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>
* bin/diff-builds-and-group-fixed-tests-only.sh: Fixed the olddate to be consistent with the release of 5.6.9.
-rw-r--r--ACE/ChangeLog6
-rwxr-xr-xACE/bin/diff-builds-and-group-fixed-tests-only.sh2
2 files changed, 7 insertions, 1 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 9b787fa1d4a..9568eebe7bd 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,9 @@
+Tue Apr 21 13:50:48 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>
+
+ * bin/diff-builds-and-group-fixed-tests-only.sh:
+
+ Fixed the olddate to be consistent with the release of 5.6.9.
+
Tue Apr 21 07:02:06 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* examples/OS/Process/imore.cpp:
diff --git a/ACE/bin/diff-builds-and-group-fixed-tests-only.sh b/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
index 8d08c57a49d..ba69dd5123d 100755
--- a/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
+++ b/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
@@ -1,4 +1,4 @@
-if test -z $1; then olddate=2009_03_14; else olddate=$1; fi
+if test -z $1; then olddate=2009_04_14; else olddate=$1; fi
if test -z $2; then prefix=`date -u +%Y%m%d%a`; else prefix=$2; fi
if test -z $ACE_ROOT; then ACE_ROOT=..; fi
if test -z $TAO_ROOT; then TAO_ROOT=${ACE_ROOT}/TAO; fi