Skip to content

Commit

Permalink
known-issues: update rule for TCF summary line
Browse files Browse the repository at this point in the history
TCF now prints more detail in the summary line to conform with the
rest of the lines to ease up parsing; update said line to filter it
properly.

Change-Id: I7c21eea18a67dbfd027d680036762546556f90db
Signed-off-by: Inaky Perez-Gonzalez <[email protected]>
  • Loading branch information
inaky-intc committed Sep 16, 2016
1 parent de2be17 commit 37d6551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .known-issues/testcases/makefile.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# TCF's summary line. We don't need to consider it to determine if the
# run failed or passed.
#
^[A-Z]+0/[-a-z0-9:]* toplevel: [0-9]+ tests \([0-9]+ passed, [0-9]+ failed, [0-9]+ blocked, [0-9]+ skipped\).*$
^[A-Z]+0/\S+:\s+\S+\s+@\S+: [0-9]+ tests \([0-9]+ passed, [0-9]+ failed, [0-9]+ blocked, [0-9]+ skipped\).*$

0 comments on commit 37d6551

Please sign in to comment.