sanitycheck: match results with extra logging output
renode has extra output that was preventing detection of passing tests for reporting. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
9be6847cc6
commit
47f1665e78
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
import re
|
||||
from collections import OrderedDict
|
||||
|
||||
result_re = re.compile("(PASS|FAIL|SKIP) - (test_)?(.*)")
|
||||
result_re = re.compile(".*(PASS|FAIL|SKIP) - (test_)?(.*)")
|
||||
|
||||
class Harness:
|
||||
GCOV_START = "GCOV_COVERAGE_DUMP_START"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue