Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/engine/
H A Dtap_parser.cpp149 const text::regex_matches result_matches = _result_regex.match(line); in try_parse_result() local
150 if (result_matches) { in try_parse_result()
151 if (result_matches.get(1) == "ok") { in try_parse_result()
154 INV(result_matches.get(1) == "not ok"); in try_parse_result()