summaryrefslogtreecommitdiff
path: root/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2013-08-16 08:37:47 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2013-08-16 08:37:47 +0000
commit0871c4ce0d3ba7d9921a3252ce8bbda8d4353290 (patch)
treea9796064d339d558aa8f4e9b9b8228715ffddd1f /ACE/bin/diff-builds-and-group-fixed-tests-only.sh
parent393904aef4fb6933f47278af41f4d8accc5b318f (diff)
downloadATCD-0871c4ce0d3ba7d9921a3252ce8bbda8d4353290.tar.gz
Make x.2.1 public and prepare for next release
Diffstat (limited to 'ACE/bin/diff-builds-and-group-fixed-tests-only.sh')
-rwxr-xr-xACE/bin/diff-builds-and-group-fixed-tests-only.sh2
1 files changed, 1 insertions, 1 deletions
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 3fe4b18d115..fd3e3a30ca5 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=2013_05_27; else olddate=$3; fi
+if test -z $3; then olddate=2013_08_16; 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