Home
last modified time | relevance | path

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

/dragonfly/usr.bin/dfregress/
HDtestcase.h118 int testcase_get_exit_value(prop_dictionary_t testcase);
HDtestcase.c600 testcase_get_exit_value(prop_dictionary_t testcase) in testcase_get_exit_value() function
/dragonfly/usr.bin/dfregress/fe/text/
HDfe_text.c176 printf("Exit code: %d\n", testcase_get_exit_value(testcase)); in runlist_parse_detail()