summaryrefslogtreecommitdiff
path: root/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-01-20 09:52:54 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2022-01-20 09:52:54 +0100
commit45c001e0f6affa2fba6f4698e9adb60036599dc1 (patch)
treeb06f3f6d7781f623f45c1cbda9f758d96f133457 /ACE/bin/diff-builds-and-group-fixed-tests-only.sh
parentee7c04e803646f095badb35d5cd319e9bdf854a4 (diff)
downloadATCD-45c001e0f6affa2fba6f4698e9adb60036599dc1.tar.gz
Make x.0.6 public
* 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: * ACE/html/README: * 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 20d74e9ff47..20fb0cf0519 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_11_17; else olddate=$3; fi
+if test -z $3; then olddate=2022_01_20; 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
#