Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2008-07-02 15:53:28 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-07-02 15:53:28 (GMT)
commit6d50d852e0974c53c55efc6a95e0a01ac7be1c04 (patch)
tree725a1174836e237409bb27d0c8ac34a041b99e7f /scripts
parentc2b35802e3cfc11b1b2217c8d09d1ce7308bffde (diff)
Fix testcase tag case
Diffstat (limited to 'scripts')
-rw-r--r--scripts/report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/report.py b/scripts/report.py
index f9d1a48..68b8156 100644
--- a/scripts/report.py
+++ b/scripts/report.py
@@ -119,7 +119,7 @@ class ReleaseReport(object):
out.close()
- marker = '|Testcase|'
+ marker = '|TestCase|'
i = comment.find(marker)
if i > 0:
i += len(marker)