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
Enable Hive tests when running all tests
  • Loading branch information
JoshRosen committed Jun 19, 2015
commit 35a3052db88550f81b7e78615a7ef252bd9ef929
2 changes: 1 addition & 1 deletion dev/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ def run_scala_tests(build_tool, hadoop_version, test_modules):

test_modules = set(test_modules)

hive_profiles = (sql in test_modules)
hive_profiles = (sql in test_modules or root in test_modules)
test_profiles = get_build_profiles(hadoop_version, enable_hive_profiles=hive_profiles)

if build_tool == "maven":
Expand Down