Searched refs:m_stdout_checks (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/atf/atf-sh/
H A Datf-check.cpp792 std::vector< output_check > m_stdout_checks; member in class:__anon151::atf_check
828 return ::run_output_checks(m_stdout_checks,
877 m_stdout_checks.push_back(parse_output_check_arg(arg));
913 if (m_stdout_checks.empty())
914 m_stdout_checks.push_back(output_check(oc_empty, false, ""));

Completed in 105 milliseconds