[Piglit] [PATCH 3/3] all.py: minor formatting/indentation change to improve readability
Brian Paul
brianp at vmware.com
Tue Jun 3 07:57:57 PDT 2014
---
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):
--
1.7.10.4
More information about the Piglit
mailing list