Re: [PATCH xorg-gtest] Wait for dummy X server to shut down in Environment::TearDown()

2012-04-23 Thread Chase Douglas
On 04/20/2012 05:39 PM, Stephen M. Webb wrote: On 04/20/2012 12:45 PM, Chase Douglas wrote: If two xorg-gtest binaries are executed one after another, the second one may attempt to start its X server before the first one's X server has fully shut down. This leads to the second X server not

[PATCH xorg-gtest] Wait for dummy X server to shut down in Environment::TearDown()

2012-04-20 Thread Chase Douglas
If two xorg-gtest binaries are executed one after another, the second one may attempt to start its X server before the first one's X server has fully shut down. This leads to the second X server not starting. Signed-off-by: Chase Douglas chase.doug...@canonical.com --- src/environment.cpp | 30

Re: [PATCH xorg-gtest] Wait for dummy X server to shut down in Environment::TearDown()

2012-04-20 Thread Stephen M. Webb
On 04/20/2012 12:45 PM, Chase Douglas wrote: If two xorg-gtest binaries are executed one after another, the second one may attempt to start its X server before the first one's X server has fully shut down. This leads to the second X server not starting. Signed-off-by: Chase Douglas