summaryrefslogtreecommitdiff
path: root/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-07-30 10:11:24 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-07-30 10:11:24 +0200
commitee392af47bd4f83401676de666e839668910fcb3 (patch)
treeb3f9646dbf7d04dc021d0c19181f876112c53c74 /ACE/bin/diff-builds-and-group-fixed-tests-only.sh
parent6b8ae4560f5a83be7abcfe27b9239ce15314b106 (diff)
downloadATCD-ee392af47bd4f83401676de666e839668910fcb3.tar.gz
Prepare for x.5.7 and make x.5.6 public
* ACE/NEWS: * 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 0ae671be4ae..6b1e3e5e434 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=2019_04_08; else olddate=$3; fi
+if test -z $3; then olddate=2019_07_30; 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