From 8d16799ef8309a9eec1f20f5ca343c7601a16a04 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 28 Feb 2014 09:24:49 +0000 Subject: Make x.2.5 public for the community --- ACE/bin/diff-builds-and-group-fixed-tests-only.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ACE/bin/diff-builds-and-group-fixed-tests-only.sh') 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 3184c701995..58991eab0b0 100755 --- a/ACE/bin/diff-builds-and-group-fixed-tests-only.sh +++ b/ACE/bin/diff-builds-and-group-fixed-tests-only.sh @@ -3,7 +3,7 @@ if test -z $1; then newdate=`date -u +%Y_%m_%d`; else newdate=$1; fi if test -z $2; then prefix=`date -u +%Y%m%d%a`; else prefix=$2; fi -if test -z $3; then olddate=2014_01_09; else olddate=$3; fi +if test -z $3; then olddate=2014_02_28; else olddate=$3; fi if test -z $ACE_ROOT; then ACE_ROOT=..; fi if test -z $TAO_ROOT; then TAO_ROOT=${ACE_ROOT}/TAO; fi if test -z $CIAO_ROOT; then CIAO_ROOT=${TAO_ROOT}/CIAO; fi -- cgit v1.2.1