From 72dcd6e82c7803b88a601139ca5816fe3d83940d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20O=2E=20Sel=C3=A5sdal?= Date: Thu, 30 Apr 2015 16:36:15 +0200 Subject: [PATCH] Add not about the CK_FORK env variable --- test/test_runner.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_runner.c b/test/test_runner.c index 33b1ad4..264b135 100644 --- a/test/test_runner.c +++ b/test/test_runner.c @@ -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);