summaryrefslogtreecommitdiff
path: root/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-05-21 08:42:13 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2022-05-21 08:42:13 +0200
commit5abccb83ac1da6be99e28832fde74b835b45ebbc (patch)
treea1595c29800f64f160ec62ade42196b1dff1a56f /ACE/bin/diff-builds-and-group-fixed-tests-only.sh
parent116c58f63888c84be7ae30173eaedc5647f22740 (diff)
downloadATCD-5abccb83ac1da6be99e28832fde74b835b45ebbc.tar.gz
Updated for x.0.7 release
* 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 20fb0cf0519..1145404848d 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_01_20; else olddate=$3; fi
+if test -z $3; then olddate=2022_05_21; 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
#