---
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
_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit