summaryrefslogtreecommitdiff
path: root/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-08-29 07:33:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-08-29 07:33:28 +0000
commit6ce93f4d978e12e0e8064fe66ed4fa349b516bd0 (patch)
tree186eb10721b4c4206ed5f1958c9345153a033187 /ACE/bin/diff-builds-and-group-fixed-tests-only.sh
parent6492cb74def3a26ba02a4253e210438e92f05a32 (diff)
downloadATCD-6ce93f4d978e12e0e8064fe66ed4fa349b516bd0.tar.gz
Wed Aug 29 07:31:28 UTC 2012 johnny <jwillemsen@remedy.nl>
* ChangeLog: * ChangeLogs/ChangeLog-2012a: * NEWS: * bin/diff-builds-and-group-fixed-tests-only.sh: * docs/Download.html: * docs/bczar/bczar.html: * etc/index.html: Prepared for the 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 4f039ab1717..d7ebeafcfd7 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_07_26; else olddate=$1; fi
+if test -z $1; then olddate=2012_08_29; 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