aboutsummaryrefslogtreecommitdiff
path: root/dev/run-tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'dev/run-tests.py')
-rwxr-xr-xdev/run-tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/run-tests.py b/dev/run-tests.py
index c51b0d3010..3533e0c857 100755
--- a/dev/run-tests.py
+++ b/dev/run-tests.py
@@ -365,7 +365,7 @@ def run_python_tests(test_modules):
command = [os.path.join(SPARK_HOME, "python", "run-tests")]
if test_modules != [modules.root]:
- command.append("--modules=%s" % ','.join(m.name for m in modules))
+ command.append("--modules=%s" % ','.join(m.name for m in test_modules))
run_cmd(command)