summaryrefslogtreecommitdiff
path: root/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-08-14 09:48:31 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-08-14 09:48:31 +0200
commit5af437c7b4f5fe2dc1111e1215e9236489628602 (patch)
treebca5b4deae6a2b6e1fce197d539d49e75ce6ae4a /ACE/bin/diff-builds-and-group-fixed-tests-only.sh
parentb35fa07bc86d856a6bec44e6a095abb177e13d05 (diff)
downloadATCD-5af437c7b4f5fe2dc1111e1215e9236489628602.tar.gz
Make ACE 6.4.4 and TAO 2.4.4 available
* ACE/NEWS: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.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 50a021216b0..9d5fc24a681 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=2017_01_17; else olddate=$3; fi
+if test -z $3; then olddate=2017_08_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