Add not about the CK_FORK env variable

This commit is contained in:
Nils O. Selåsdal
2015-04-30 16:36:15 +02:00
parent 2eacf252b7
commit 72dcd6e82c
+2
View File
@@ -91,6 +91,8 @@ main (int argc, char *argv[])
if (xml_output)
srunner_set_xml(sr, "result.xml");
//set the environment variable CK_FORK=no which means don't fork().
//anything else means to fork()
srunner_set_fork_status(sr, CK_FORK_GETENV);