summaryrefslogtreecommitdiff
path: root/ACE/bin
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-07-01 11:11:38 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-07-01 11:11:38 +0200
commitcd17f72a756c956b10a934fe3f1bc476d83975db (patch)
tree01196fe819915d5b72f64133eb42daf5d47b5f7e /ACE/bin
parent98cbd5f1304965e7b031a79531f3cd270c37e95d (diff)
downloadATCD-cd17f72a756c956b10a934fe3f1bc476d83975db.tar.gz
Corrected release date
* ACE/bin/diff-builds-and-group-fixed-tests-only.sh:
Diffstat (limited to 'ACE/bin')
-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 d98692646fc..d9541a38839 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_06_26; else olddate=$3; fi
+if test -z $3; then olddate=2020_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
if test -z $CIAO_ROOT; then CIAO_ROOT=${TAO_ROOT}/CIAO; fi