Re: [PATCH xorg-gtest v2 6/8] xserver: move Terminate and Kill handling here

2012-07-11 Thread Chase Douglas
On 07/10/2012 08:28 PM, Peter Hutterer wrote: Rename to TerminateAndCheck/KillAndCheck to signal that we're waiting for the process to shut down instead of just sending the respective signals I realized that perhaps we really should compose the functionalities rather than combine them into new

[PATCH xorg-gtest v2 6/8] xserver: move Terminate and Kill handling here

2012-07-10 Thread Peter Hutterer
Rename to TerminateAndCheck/KillAndCheck to signal that we're waiting for the process to shut down instead of just sending the respective signals Signed-off-by: Peter Hutterer --- Changes to v1: - rename to *AndCheck include/xorg/gtest/xorg-gtest-xserver.h | 13 src/environment.c