summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2012-08-15 09:43:31 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2012-08-16 16:31:12 +1000
commitae9534590ce81ac78f90eb74152c3145200468e5 (patch)
tree3c501114cabdca21e78d34dea06d752cef76dbaf /README
parentaa5616abb38550b45ff04180263369f7a1657242 (diff)
process: add XORG_GTEST_CHILD_STDOUT environment variable
If this variable is set, leave stdout and stderr open for the child process to see potential error messages thrown by that child. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 33e1fe3..bda4b66 100644
--- a/README
+++ b/README
@@ -79,3 +79,6 @@ Environment variables
---------------------
XORG_GTEST_XSERVER_SIGSTOP
If set, an XServer object will raise a SIGSTOP signal after startup.
+XORG_GTEST_CHILD_STDOUT
+ If set to any value, Process::Start() will _not_ close stdout/stdin/stderr
+ for the forked child.