[PATCH xorg-gtest] xserver: if -config or -logfile is called with empty value, remove from args

2012-10-22 Thread Peter Hutterer
-logfile and -config are auto-filled for the default setup. A test that needs no config file or the default log file must be able to unset those defaults. Signed-off-by: Peter Hutterer --- src/xserver.cpp | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/xserver.cpp b/

Re: [PATCH xorg-gtest] xserver: if -config or -logfile is called with empty value, remove from args

2012-10-26 Thread Chase Douglas
On Mon, Oct 22, 2012 at 7:02 PM, Peter Hutterer wrote: > -logfile and -config are auto-filled for the default setup. A test that > needs no config file or the default log file must be able to unset those > defaults. > > Signed-off-by: Peter Hutterer > --- > src/xserver.cpp | 6 +- > 1 file c

Re: [PATCH xorg-gtest] xserver: if -config or -logfile is called with empty value, remove from args

2012-10-29 Thread Peter Hutterer
On Fri, Oct 26, 2012 at 09:30:51AM -0700, Chase Douglas wrote: > On Mon, Oct 22, 2012 at 7:02 PM, Peter Hutterer > wrote: > > -logfile and -config are auto-filled for the default setup. A test that > > needs no config file or the default log file must be able to unset those > > defaults. > > > > S