summaryrefslogtreecommitdiff
path: root/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2013-11-11 10:32:11 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2013-11-11 10:32:11 +0000
commitb600b063bcbfe43c53858fc3d7960303b021f711 (patch)
tree97b74096e708597e5f52a85be13e03fb2bc7f69a /ACE/bin/diff-builds-and-group-fixed-tests-only.sh
parent7e5f5ee7fe07de65c04035475a461e24956d50fa (diff)
downloadATCD-b600b063bcbfe43c53858fc3d7960303b021f711.tar.gz
Make x.2.3 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 6ccbecae5cb..4fdbc56a7d4 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_10_03; else olddate=$3; fi
+if test -z $3; then olddate=2013_11_11; 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