From 37d6551286beb363347c952aa63cf6a955991346 Mon Sep 17 00:00:00 2001 From: Inaky Perez-Gonzalez Date: Fri, 16 Sep 2016 11:29:46 -0700 Subject: [PATCH] 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 --- .known-issues/testcases/makefile.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.known-issues/testcases/makefile.conf b/.known-issues/testcases/makefile.conf index dd215726e95b..8bda487369a7 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\).*$