known-issues: update rule for TCF summary line
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 <inaky.perez-gonzalez@intel.com>
This commit is contained in:
parent
de2be17fee
commit
37d6551286
1 changed files with 1 additions and 1 deletions
|
@ -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\).*$
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue