Re: [Mesa-dev] [PATCH] all.tests: add ignore for missing configuration files.

2012-01-08 Thread Ian Romanick
On 01/08/2012 01:25 PM, Tolga Dalman wrote: On 01/06/12 14:44, Dylan Baker wrote: if you don't have an /etc/drirc or ~/.drirc then all of the tests will give a status of 'warn', this addes that warning to the ignored list. --- tests/all.tests | 1 + 1 files changed, 1 insertions(+), 0 deletions(-

Re: [Mesa-dev] [PATCH] all.tests: add ignore for missing configuration files.

2012-01-08 Thread Tolga Dalman
On 01/06/12 14:44, Dylan Baker wrote: if you don't have an /etc/drirc or ~/.drirc then all of the tests will give a status of 'warn', this addes that warning to the ignored list. --- tests/all.tests |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tests/all.tests b/test

[Mesa-dev] [PATCH] all.tests: add ignore for missing configuration files.

2012-01-08 Thread Dylan Baker
if you don't have an /etc/drirc or ~/.drirc then all of the tests will give a status of 'warn', this addes that warning to the ignored list. --- tests/all.tests |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tests/all.tests b/tests/all.tests index b713de0..f8d942b 100644