You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by jo...@apache.org on 2015/06/28 08:09:28 UTC

spark git commit: [HOTFIX] Fix pull request builder bug in #6967

Repository: spark
Updated Branches:
  refs/heads/master 40648c56c -> 42db3a1c2


[HOTFIX] Fix pull request builder bug in #6967


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/42db3a1c
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/42db3a1c
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/42db3a1c

Branch: refs/heads/master
Commit: 42db3a1c2fb6db61e01756be7fe88c4110ae638e
Parents: 40648c5
Author: Josh Rosen <jo...@databricks.com>
Authored: Sat Jun 27 23:07:20 2015 -0700
Committer: Josh Rosen <jo...@databricks.com>
Committed: Sat Jun 27 23:07:20 2015 -0700

----------------------------------------------------------------------
 dev/run-tests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/42db3a1c/dev/run-tests.py
----------------------------------------------------------------------
diff --git a/dev/run-tests.py b/dev/run-tests.py
index c51b0d3..3533e0c 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)
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org