Home
last modified time | relevance | path

Searched refs:KTAP_START (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/kunit/
A Dkunit_parser.py223 KTAP_START = re.compile(r'KTAP version ([0-9]+)$') variable
237 if not started and KTAP_START.search(line):
300 ktap_match = KTAP_START.match(lines.peek())

Completed in 5 milliseconds