Only include [PERF] lines in report.

This commit is contained in:
Alan Jeffrey 2016-08-19 13:47:00 -05:00
parent a2a45a77fd
commit 8e7837159e

View file

@ -66,7 +66,7 @@ def parse_log(log, testcase=None):
copy = False
blocks.append(block)
block = []
elif copy:
elif copy and line.strip().startswith("[PERF]"):
block.append(line)
# We need to still include the failed tests, otherwise Treeherder will