From 50d0041954cb723902b61c6d00630a7e84bfee58 Mon Sep 17 00:00:00 2001 From: Phil Mesnier Date: Tue, 21 Apr 2009 13:52:09 +0000 Subject: Tue Apr 21 13:50:48 UTC 2009 Phil Mesnier * bin/diff-builds-and-group-fixed-tests-only.sh: Fixed the olddate to be consistent with the release of 5.6.9. --- ACE/ChangeLog | 6 ++++++ ACE/bin/diff-builds-and-group-fixed-tests-only.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 + + * 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 * 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 -- cgit v1.2.1