Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2008-07-08 13:08:13 (GMT)
committer Simon Schampijer <simon@schampijer.de>2008-07-08 13:08:13 (GMT)
commitf0afa4d2b1b5dfcb80b1bc038f66d941e9aa8d0e (patch)
treed402d411f03e2db1f3068163e445a8b0727a9371 /scripts
parent4ab761506cbdffb778e52d0dfc2418d9232b95d9 (diff)
again a little layout change
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 1ea6619..e0af61e 100644
--- a/scripts/report.py
+++ b/scripts/report.py
@@ -47,7 +47,7 @@ class TextWriter(object):
def write_testcases(self, testcases):
for number, testcase in testcases:
- self.out.write('#%s - %s\n\n\n' % (number, testcase))
+ self.out.write('#%s\n\n%s\n\n\n' % (number, testcase))
class ReleaseReport(object):
def __init__(self, config, release):