summaryrefslogtreecommitdiff
path: root/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2014-09-25 05:35:46 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2014-09-25 05:35:46 +0000
commit1122360fe14f19838cb4bc1a0fe0d1f1fd5a43e0 (patch)
tree1f3eff8a8580d0c9f0c4adb3ad226d99f6bc9d26 /ACE/bin/diff-builds-and-group-fixed-tests-only.sh
parente58d08bc34d3a3bd27dcdd9bcf107e4dd8611280 (diff)
downloadATCD-1122360fe14f19838cb4bc1a0fe0d1f1fd5a43e0.tar.gz
Make x.2.8 public
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 502d574cf5c..248de2d2999 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_06_23; else olddate=$3; fi
+if test -z $3; then olddate=2014_09_24; 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