summaryrefslogtreecommitdiff
path: root/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-04-08 09:06:16 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-04-08 09:06:16 +0200
commit93fac19be21a518e53730592f7a2f9ad92fb0521 (patch)
treef0ebf5c0892b12d2cebb2322946da27f12f44467 /ACE/bin/diff-builds-and-group-fixed-tests-only.sh
parent5e0a46b39218748b39d177c321eef82713955781 (diff)
downloadATCD-93fac19be21a518e53730592f7a2f9ad92fb0521.tar.gz
Make x.5.5 public available and prepar for next release
* ACE/NEWS: * ACE/bin/copy-local-script.sh: * 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 45a90d1cbc5..0ae671be4ae 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=2019_01_24; else olddate=$3; fi
+if test -z $3; then olddate=2019_04_08; 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