summaryrefslogtreecommitdiff
path: root/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-09-17 09:11:26 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-09-17 09:11:26 +0200
commit03ac88c8c4208951933a9fe9fa9b301813d6525d (patch)
tree05a1c560d8747acf88cbc2ff9bd9d160ee50e5eb /ACE/bin/diff-builds-and-group-fixed-tests-only.sh
parent00c547d2bc3a7e41340c050d832dda34f26e0bdc (diff)
downloadATCD-03ac88c8c4208951933a9fe9fa9b301813d6525d.tar.gz
Make x.3.3 public available and prepare for the next release
* ACE/NEWS: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/docs/bczar/bczar.html: * ACE/etc/index.html: * CIAO/NEWS: * DAnCE/NEWS: * TAO/NEWS:
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 f892d3df92a..a8da1bad48f 100755
--- a/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
+++ b/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
@@ -2,7 +2,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=2015_05_07; else olddate=$3; fi
+if test -z $3; then olddate=2015_09_17; 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