summaryrefslogtreecommitdiff
path: root/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-01-25 10:19:04 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-01-25 10:19:04 +0100
commitdc7f187d65b4cbc34e8db61813e2c28e892a5f3b (patch)
tree35e3c119678020edbf349911d98db438dc1577f0 /ACE/bin/diff-builds-and-group-fixed-tests-only.sh
parent1147066728bcd2ad46ef379b49ae408756f420a5 (diff)
downloadATCD-dc7f187d65b4cbc34e8db61813e2c28e892a5f3b.tar.gz
Make ACE 7.0.0 and TAO 3.0.0 public 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 08e4422778f..e389d2b8050 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=2020_10_27; else olddate=$3; fi
+if test -z $3; then olddate=2021_01_25; 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