summaryrefslogtreecommitdiff
path: root/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2014-04-22 08:35:47 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2014-04-22 08:35:47 +0000
commit3ad01af69246a234188e05444117b5f134905ed7 (patch)
tree5dda4f60d47e2bbd7b02966b6481313cdd93f467 /ACE/bin/diff-builds-and-group-fixed-tests-only.sh
parentc3ee99c7ddac9ab1adb02defee55b1a97a56667c (diff)
downloadATCD-3ad01af69246a234188e05444117b5f134905ed7.tar.gz
Make x.2.6 public for the community
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 58991eab0b0..19f463d5e9c 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_02_28; else olddate=$3; fi
+if test -z $3; then olddate=2014_04_22; 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