| Date of build: | ${date} |
| Label: | ${label} |
| Author | Date | Comment | Modified files |
|---|---|---|---|
| % if cs['email'] != "": ${cs['author']} % else: ${cs['author']} % endif | ${cs['date']} | ${cs['comment']} |
% for f in cs['files']:
${f} % endfor |
| Test Suite | Failed | Erred | Total | Pass Rate |
|---|---|---|---|---|
| ${ts.attrib['name']} | ${ts.attrib['failures']} | ${ts.attrib['errors']} | ${ts.attrib['tests']} | <% passrate = (float(ts.attrib['tests']) - float(ts.attrib['failures']) - float(ts.attrib['errors'])) / float(ts.attrib['tests'])*100 passrate = "%.1f" % passrate %>${passrate}% |
${j.execlog}