Searched defs:cr (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check.cpp507 run_status_check(const status_check& sc, const atf::check::check_result& cr) argument
512 if (cr.exited() && sc.value != INT_MIN) {
513 const int status = cr.exitcode();
527 } else if (cr.exited() && sc.value == INT_MIN) {
536 if (cr.signaled() && sc.value != INT_MIN) {
537 const int status = cr.termsig();
550 } else if (cr.signaled() && sc.value == INT_MIN) {
563 cat_file(atf::fs::path(cr.stdout_path()));
567 cat_file(atf::fs::path(cr.stderr_path()));

Completed in 1107 milliseconds