summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-09-10 00:17:27 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-09-10 00:17:27 +0000
commitd58108a50579ce3860f48714e1c6fd922de2dfe9 (patch)
treeae0ea0f91e5f771f1e51ac76fc8b2f383d2d8f95
parent54b9ea849f00f4893899280456eddc80c1052952 (diff)
downloadATCD-d58108a50579ce3860f48714e1c6fd922de2dfe9.tar.gz
Mon Sep 10 00:16:29 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/diff-builds-and-group-fixed-tests-only.sh: * bin/mail_test_stats.sh: Make sure we compare with the latest micro
-rw-r--r--ACE/ChangeLog6
-rwxr-xr-xACE/bin/diff-builds-and-group-fixed-tests-only.sh6
-rwxr-xr-xACE/bin/mail_test_stats.sh2
3 files changed, 10 insertions, 4 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index c87900851a6..97d156d6578 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,9 @@
+Mon Sep 10 00:16:29 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * bin/diff-builds-and-group-fixed-tests-only.sh:
+ * bin/mail_test_stats.sh:
+ Make sure we compare with the latest micro
+
Fri Sep 7 20:00:51 UTC 2012 Steve Huston <shuston@riverace.com>
* ace/SSL/SSL_SOCK_Stream.inl (recv_i): Remove the incorrect comment
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 d7ebeafcfd7..5004090f340 100755
--- a/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
+++ b/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
@@ -1,9 +1,9 @@
#!/bin/sh
# $Id$
-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 $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=2012_08_29; 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
diff --git a/ACE/bin/mail_test_stats.sh b/ACE/bin/mail_test_stats.sh
index bdedd7a58b6..9d42e5cedb6 100755
--- a/ACE/bin/mail_test_stats.sh
+++ b/ACE/bin/mail_test_stats.sh
@@ -7,7 +7,7 @@ if test -z $3; then MAILTO="devo-group@list.isis.vanderbilt.edu"; else MAILTO=$3
cd $ACE_ROOT/bin
-./diff-builds-and-group-fixed-tests-only.sh 2011_12_27 $CURRENTDATE $PREFIX
+./diff-builds-and-group-fixed-tests-only.sh $CURRENTDATE $PREFIX
./cleanbuilds.sh $CURRENTDATE
MAIL="mail -S smtp=mail.remedy.nl"