Skip to content

Commit

Permalink
[HOTFIX] Fix pull request builder bug in apache#6967
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Jun 28, 2015
1 parent 40648c5 commit 42db3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 42db3a1

Please sign in to comment.