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 <[email protected]>
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
