aboutsummaryrefslogtreecommitdiff
path: root/dev/run-tests.py
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2015-12-19 16:55:25 -0800
committerReynold Xin <rxin@databricks.com>2015-12-19 16:55:25 -0800
commit0c4d6ad87389286280209b3f84a7fdc4d4be1441 (patch)
tree992d27ac2bb3b9c905207636c26634692b4894a6 /dev/run-tests.py
parent6ad31e79bfe4fc1d03bd8eb4472b8bd448ee3daf (diff)
downloadspark-0c4d6ad87389286280209b3f84a7fdc4d4be1441.tar.gz
spark-0c4d6ad87389286280209b3f84a7fdc4d4be1441.tar.bz2
spark-0c4d6ad87389286280209b3f84a7fdc4d4be1441.zip
HOTFIX for the previous hot fix.
Diffstat (limited to 'dev/run-tests.py')
-rwxr-xr-xdev/run-tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/run-tests.py b/dev/run-tests.py
index 20d493ca8b..2d4e04c468 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):