summaryrefslogtreecommitdiff
path: root/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-04-06 10:50:09 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-04-06 10:50:09 +0000
commita226e50b19fb984173799573cd733e3b2330ab95 (patch)
tree807ddbc9f9a6092ef68511c24786434129a9c35d /ACE/bin/diff-builds-and-group-fixed-tests-only.sh
parent990fd88ef9b8dafd6b6d69ab9673bdc26168f688 (diff)
downloadATCD-a226e50b19fb984173799573cd733e3b2330ab95.tar.gz
Fri Apr 6 10:48:03 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* NEWS: * bin/diff-builds-and-group-fixed-tests-only.sh: * docs/Download.html: * docs/bczar/bczar.html: * etc/index.html: Updated for next 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 2544db1a26c..f101ce4d904 100755
--- a/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
+++ b/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# $Id$
-if test -z $1; then olddate=2012_03_07; else olddate=$1; fi
+if test -z $1; then olddate=2012_04_06; else olddate=$1; fi
if test -z $2; then newdate=`date -u +%Y_%m_%d`; else newdate=$2; fi
if test -z $3; then prefix=`date -u +%Y%m%d%a`; else prefix=$3; fi
if test -z $ACE_ROOT; then ACE_ROOT=..; fi