From ce9966e875a6d00bbe6325dc5fc9519ce5292c04 Mon Sep 17 00:00:00 2001 From: buck heroux Date: Thu, 14 Apr 2016 10:47:36 -0400 Subject: [PATCH] spacing --- python/run-tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/run-tests.py b/python/run-tests.py index f3443be4d88ac..38b3bb84c10be 100755 --- a/python/run-tests.py +++ b/python/run-tests.py @@ -41,6 +41,7 @@ from sparktestsupport.shellutils import which, subprocess_check_output # noqa from sparktestsupport.modules import all_modules # noqa + python_modules = dict((m.name, m) for m in all_modules if m.python_test_goals if m.name != 'root')