diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-08-15 09:43:31 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2012-08-16 16:31:12 +1000 |
commit | ae9534590ce81ac78f90eb74152c3145200468e5 (patch) | |
tree | 3c501114cabdca21e78d34dea06d752cef76dbaf /README | |
parent | aa5616abb38550b45ff04180263369f7a1657242 (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-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |