summaryrefslogtreecommitdiff
path: root/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2016-07-04 08:58:23 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2016-07-04 08:58:23 +0200
commitda68e30dd6e6939b6aade74c46e25ca8594d7182 (patch)
treee30252da9dfc509cf9170b6fa4ff3d3dd25545bd /ACE/bin/diff-builds-and-group-fixed-tests-only.sh
parent737b227450670adc43a3cfd9fd362a4ebd8f214d (diff)
downloadATCD-da68e30dd6e6939b6aade74c46e25ca8594d7182.tar.gz
Prepare for 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: * 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 0edef1420a4..6ba3e650b82 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=2016_05_02; else olddate=$3; fi
+if test -z $3; then olddate=2016_07_04; 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