Repository: spark Updated Branches: refs/heads/master 6ad31e79b -> 0c4d6ad87
HOTFIX for the previous hot fix. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/0c4d6ad8 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/0c4d6ad8 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/0c4d6ad8 Branch: refs/heads/master Commit: 0c4d6ad87389286280209b3f84a7fdc4d4be1441 Parents: 6ad31e7 Author: Reynold Xin <[email protected]> Authored: Sat Dec 19 16:55:25 2015 -0800 Committer: Reynold Xin <[email protected]> Committed: Sat Dec 19 16:55:25 2015 -0800 ---------------------------------------------------------------------- dev/run-tests.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/0c4d6ad8/dev/run-tests.py ---------------------------------------------------------------------- diff --git a/dev/run-tests.py b/dev/run-tests.py index 20d493c..2d4e04c 100755 --- a/dev/run-tests.py +++ b/dev/run-tests.py @@ -529,6 +529,7 @@ def main(): run_scala_style_checks() if not changed_files or any(f.endswith(".java") for f in changed_files): # run_java_style_checks() + pass if not changed_files or any(f.endswith(".py") for f in changed_files): run_python_style_checks() if not changed_files or any(f.endswith(".R") for f in changed_files): --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
