summaryrefslogtreecommitdiff
path: root/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-03-16 08:46:32 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-03-16 08:46:32 +0100
commit1a40037d09b677b680a6ecbf6f3386aec5871807 (patch)
treeb49dd2a2cc63b61e8ed4776d7a936223ce8b7f46 /ACE/bin/diff-builds-and-group-fixed-tests-only.sh
parent5ac231f90dacffd9933b63d3340237e035eab41a (diff)
downloadATCD-1a40037d09b677b680a6ecbf6f3386aec5871807.tar.gz
ACE/TAO x.4.7 release
* ACE/NEWS: * 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 cc82379e8d3..b6b3746b023 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=2017_12_08; else olddate=$3; fi
+if test -z $3; then olddate=2018_03_16; 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