summaryrefslogtreecommitdiff
path: root/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2014-12-29 12:02:23 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2014-12-29 12:02:23 +0100
commit073c9cd5877ca4889d14c86b586af5297165bba8 (patch)
tree5cf48f78520d503cfa9ed2d7889b4a650d3e6498 /ACE/bin/diff-builds-and-group-fixed-tests-only.sh
parent3cb64825d14ca4c32fa8427ab39042da003788f2 (diff)
downloadATCD-073c9cd5877ca4889d14c86b586af5297165bba8.tar.gz
Changes to make x.3.1 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: * CIAO/NEWS: * DAnCE/NEWS: * 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 fa15f6f035d..8c63621f62a 100755
--- a/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
+++ b/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
@@ -3,7 +3,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=2014_11_14; else olddate=$3; fi
+if test -z $3; then olddate=2014_12_29; 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