Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bug fix
  • Loading branch information
pwendell committed Nov 3, 2015
commit fcea19f93a34b8c837de4af3744d5919ec333186
2 changes: 1 addition & 1 deletion dev/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ def main():

# spark build
build_apache_spark(build_tool, hadoop_version)
if should_run_build_tests:
if m.should_run_build_tests:
run_build_tests()

# backwards compatibility checks
Expand Down