summaryrefslogtreecommitdiff
path: root/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2013-03-14 09:22:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2013-03-14 09:22:28 +0000
commite3b55192252da9c269b15b966c16963ce97ac987 (patch)
tree6ea8afcd56e4f9b8e49d98bd009d94f5ff65d48c /ACE/bin/diff-builds-and-group-fixed-tests-only.sh
parentb14764909f7b209b33e1fcd37f47799b71c80569 (diff)
downloadATCD-e3b55192252da9c269b15b966c16963ce97ac987.tar.gz
Make x.1.8 available for the public and updated files in preparation of the next minor release
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 6389dd876ce..4087013eec1 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=2012_12_27; else olddate=$3; fi
+if test -z $3; then olddate=2013_03_14; 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