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
Set should_run_build_tests=True for build module
  • Loading branch information
JoshRosen committed Jan 1, 2016
commit 58142e08dbf714095fb40b6233783f8deaaa688e
3 changes: 2 additions & 1 deletion dev/sparktestsupport/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,8 @@ def contains_file(self, filename):
source_file_regexes=[
".*pom.xml",
"dev/test-dependencies.sh",
]
],
should_run_build_tests=True
)

ec2 = Module(
Expand Down