summaryrefslogtreecommitdiff
path: root/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-11-17 11:41:28 +0100
committerGitHub <noreply@github.com>2021-11-17 11:41:28 +0100
commit63e6666ef111605b4d7eff027aaa3092f2466444 (patch)
treec3825b01909b3847e3f02ca534817a76fcb5ff52 /ACE/bin/diff-builds-and-group-fixed-tests-only.sh
parent14f64e232af25c32f6c2db74bd054c3f188d226b (diff)
parentb75ee3d8e1cc3dcad8d508b590167837fe0bfa2a (diff)
downloadATCD-63e6666ef111605b4d7eff027aaa3092f2466444.tar.gz
Merge pull request #1736 from jwillemsen/jwi-post705
Prepare for next release and make x.0.5 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 da58474effd..20d74e9ff47 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=2021_10_01; else olddate=$3; fi
+if test -z $3; then olddate=2021_11_17; 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
#