summaryrefslogtreecommitdiff
path: root/.known-issues
diff options
context:
space:
mode:
authorInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>2016-09-16 11:29:46 -0700
committerInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>2016-09-16 11:31:27 -0700
commit37d6551286beb363347c952aa63cf6a955991346 (patch)
tree8e7c2ab49395a96222ee05d89fa7ebbc59d7fcf0 /.known-issues
parentde2be17feeadd040b81bde80b2a02feda85e7002 (diff)
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>
Diffstat (limited to '.known-issues')
-rw-r--r--.known-issues/testcases/makefile.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.known-issues/testcases/makefile.conf b/.known-issues/testcases/makefile.conf
index dd215726e..8bda48736 100644
--- a/.known-issues/testcases/makefile.conf
+++ b/.known-issues/testcases/makefile.conf
@@ -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\).*$