summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-10-07 01:01:14 (GMT)
committerMarius Kintel <marius@kintel.net>2013-10-07 01:01:14 (GMT)
commit4381743ca998d651735b6569de2f6f01fc36be42 (patch)
tree4bd9dc787b2133362d503d9e0b18c576359c9e62
parentb4e80581ca09068e07050a09802a0fc23fa6342b (diff)
parent572ab5804b62d6995491cd21d6af3ae319abd245 (diff)
Merge branch 'master' into steelman-bom-tree-std-stack
-rwxr-xr-xtests/test_pretty_print.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_pretty_print.py b/tests/test_pretty_print.py
index 15cb236..a31b1a8 100755
--- a/tests/test_pretty_print.py
+++ b/tests/test_pretty_print.py
@@ -266,7 +266,7 @@ TESTLOG
s = s.replace(key,str(dic[key]))
for t in tests_to_report:
- if t.type in ('txt', 'ast', 'csg', 'term'):
+ if t.type in ('txt', 'ast', 'csg', 'term', 'echo'):
newchunk = re.sub('FTESTNAME',t.fullname,repeat2)
newchunk = newchunk.replace('TESTLOG',t.fulltestlog)
s = s.replace(repeat2, newchunk+repeat2)
@@ -369,7 +369,7 @@ def tohtml(wiki_rootpath, startdate, tests, enddate, sysinfo, sysid, makefiles):
s+= '<p>none</p>'
for t in tests_to_report:
- if t.type in ('txt', 'ast', 'csg', 'term'):
+ if t.type in ('txt', 'ast', 'csg', 'term', 'echo'):
s+='\n<pre>'+t.fullname+'</pre>\n'
s+='<p><pre>'+t.fulltestlog+'</pre>\n\n'
elif t.type=='png':
contact: Jan Huwald // Impressum