summaryrefslogtreecommitdiff
path: root/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-08-04 09:27:08 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-08-04 09:27:08 +0200
commita79c07f1ebc800f8ef643a7d69c29e987420fd4e (patch)
tree163c5e9d97f6801dd097f3dd79ba332dd2c5d975 /ACE/bin/diff-builds-and-group-fixed-tests-only.sh
parent9b88ad992949b800f9125517ce8b86be63ff5c92 (diff)
downloadATCD-a79c07f1ebc800f8ef643a7d69c29e987420fd4e.tar.gz
Make ACE 7.0.3 and TAO 3.0.3 available
* 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 8b70dc94200..ed3c2f09204 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=2021_05_14; else olddate=$3; fi
+if test -z $3; then olddate=2021_08_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
#