summaryrefslogtreecommitdiff
path: root/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-12-08 09:38:58 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-12-08 09:38:58 +0100
commit52618c6f2a83446eb15ecd95e98e9d178a013d47 (patch)
treed67aebcc69af66e84591eaa02e76c816c2534601 /ACE/bin/diff-builds-and-group-fixed-tests-only.sh
parented1925da7c384e5773b9dbf56cab8e4924d4342a (diff)
downloadATCD-52618c6f2a83446eb15ecd95e98e9d178a013d47.tar.gz
Make ACE 6.4.6 and TAO 2.4.6 public
* ACE/NEWS: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/debian/debian.control: * ACE/docs/Download.html: * ACE/docs/bczar/bczar.html: * ACE/etc/index.html: * TAO/NEWS:
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 b421e3bf5b1..cc82379e8d3 100755
--- a/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
+++ b/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
@@ -2,7 +2,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=2017_09_07; else olddate=$3; fi
+if test -z $3; then olddate=2017_12_08; 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