Home
last modified time | relevance | path

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

/freebsd/libexec/atf/atf-pytest-wrapper/
H A Datf_pytest_wrapper.cpp56 void Usage(std::string msg, bool exit_with_error) { in Usage() argument
59 exit(exit_with_error != 0); in Usage()