summaryrefslogtreecommitdiff
path: root/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-07-01 09:22:06 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2022-07-01 09:22:06 +0200
commit812f982c65d4cd70b7e33fe0bed7064e2861261a (patch)
tree0102c3f4ad01eaa4b9eab7f209763247ca9195de /ACE/bin/diff-builds-and-group-fixed-tests-only.sh
parenta055fb3161dafd4ba83f6aa178de952185f0e068 (diff)
downloadATCD-812f982c65d4cd70b7e33fe0bed7064e2861261a.tar.gz
Update for x.0.8
* ACE/NEWS: * ACE/bin/copy-local-script.sh: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/etc/index.html:
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 1145404848d..1f57db8e2a8 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=2022_05_21; else olddate=$3; fi
+if test -z $3; then olddate=2022_07_01; 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
#