summaryrefslogtreecommitdiff
path: root/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-05-14 16:27:08 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-05-14 16:27:08 +0200
commitc560110d8f3206a7866866cff325489eb2ea88db (patch)
treed844b9184db376c4cbe3f1015eec72326e6cc8ec /ACE/bin/diff-builds-and-group-fixed-tests-only.sh
parent5e0c8d303baeebccffb7c3f5dc0b08336847f0d2 (diff)
downloadATCD-c560110d8f3206a7866866cff325489eb2ea88db.tar.gz
ACE+TAO x.4.8 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 b6b3746b023..7bf23cc8fce 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=2018_03_16; else olddate=$3; fi
+if test -z $3; then olddate=2018_05_14; 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