summaryrefslogtreecommitdiff
path: root/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2013-05-27 12:21:45 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2013-05-27 12:21:45 +0000
commit77b0361e62b39f43693748e2413b77446e711956 (patch)
tree0d60bdc78ee06eaf3c701ccb2c904e0b18d9b5a7 /ACE/bin/diff-builds-and-group-fixed-tests-only.sh
parentfaceed909a83a330c84e79e60a4b28d19fd48c40 (diff)
downloadATCD-77b0361e62b39f43693748e2413b77446e711956.tar.gz
Mon May 27 10:18:36 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
* NEWS: Updates in preparation of releasing x.2.0
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 caf064e809f..3fe4b18d115 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_05_13; else olddate=$3; fi
+if test -z $3; then olddate=2013_05_27; 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