Have check get the fork status from env. variable (set CK_FORK_GETENV
flag)
This commit is contained in:
@@ -62,6 +62,8 @@ main (int argc, char *argv[])
|
|||||||
if (xml_output)
|
if (xml_output)
|
||||||
srunner_set_xml(sr, "result.xml");
|
srunner_set_xml(sr, "result.xml");
|
||||||
|
|
||||||
|
srunner_set_fork_status(sr, CK_FORK_GETENV);
|
||||||
|
|
||||||
|
|
||||||
for(i = 0; i < sizeof suites/sizeof suites[0]; i++) {
|
for(i = 0; i < sizeof suites/sizeof suites[0]; i++) {
|
||||||
srunner_add_suite(sr, suites[i]());
|
srunner_add_suite(sr, suites[i]());
|
||||||
|
|||||||
Reference in New Issue
Block a user