Skip to content
Snippets Groups Projects
Commit 42db3a1c authored by Josh Rosen's avatar Josh Rosen
Browse files

[HOTFIX] Fix pull request builder bug in #6967

parent 40648c56
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment