Re: [Piglit] [PATCH] all.py: use os.path everywhere for consistency

2014-06-03 Thread Chad Versace
On Tue, Jun 03, 2014 at 08:01:53AM -0700, Brian Paul wrote: --- tests/all.py | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/tests/all.py b/tests/all.py index e2d1c77..b8a246b 100644 --- a/tests/all.py +++ b/tests/all.py @@ -5,7 +5,6 @@ __all__ =

Re: [Piglit] [PATCH] all.py: use os.path everywhere for consistency

2014-06-03 Thread Dylan Baker
On Tuesday, June 03, 2014 08:01:53 AM Brian Paul wrote: --- tests/all.py | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/tests/all.py b/tests/all.py index e2d1c77..b8a246b 100644 --- a/tests/all.py +++ b/tests/all.py @@ -5,7 +5,6 @@ __all__ = ['profile']