[Piglit] [PATCH 3/3] all.py: minor formatting/indentation change to improve readability

Dylan Baker baker.dylan.c at gmail.com
Tue Jun 3 14:40:28 PDT 2014


On Tuesday, June 03, 2014 07:57:57 AM Brian Paul wrote:
> ---
>  tests/all.py |    5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/tests/all.py b/tests/all.py
> index 5802227..e2d1c77 100644
> --- a/tests/all.py
> +++ b/tests/all.py
> @@ -27,9 +27,8 @@ if sys.platform == "cygwin":
>  # $PIGLIT_BUILD_DIR (if that environment variable exists) or in the
>  # parent directory of the directory containing this file.
>  generatedTestDir = path.normpath(path.join(
> -    os.environ.get('PIGLIT_BUILD_DIR',
> -                   path.join(testsDir, '..')),
> -                   'generated_tests'))
> +    os.environ.get('PIGLIT_BUILD_DIR', path.join(testsDir, '..')),
> +    'generated_tests'))
> 
>  # Quick wrapper for PiglitTest for our usual concurrent args.
>  def plain_test(args):

Good catch,
Reviewed-by: Dylan Baker <baker.dylan.c at gmail.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20140603/b7b3e423/attachment.sig>


More information about the Piglit mailing list