summaryrefslogtreecommitdiff
path: root/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2014-01-09 10:30:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2014-01-09 10:30:28 +0000
commit48ac5ecd10a06a2f01e58c7380be7b139e958d8f (patch)
tree1e5278975b4d8d92d6d322061b5b5097b94b3b00 /ACE/bin/diff-builds-and-group-fixed-tests-only.sh
parent343683f5f0d9f06a32234c5a77f00aa049494564 (diff)
downloadATCD-48ac5ecd10a06a2f01e58c7380be7b139e958d8f.tar.gz
Thu Jan 9 10:26:46 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
* NEWS: Prepare for next release * bin/diff-builds-and-group-fixed-tests-only.sh: * docs/Download.html: * docs/bczar/bczar.html: * etc/index.html: Make x.2.4 public to the world
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 4fdbc56a7d4..3184c701995 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=2013_11_11; else olddate=$3; fi
+if test -z $3; then olddate=2014_01_09; 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