Skip to content

Commit

Permalink
Fix the test case for determine_modules_to_test
Browse files Browse the repository at this point in the history
  • Loading branch information
zsxwing committed Jun 29, 2015
1 parent 9d5821e commit e93736b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ def determine_modules_to_test(changed_modules):
['examples', 'graphx']
>>> x = sorted(x.name for x in determine_modules_to_test([modules.sql]))
>>> x # doctest: +NORMALIZE_WHITESPACE
['examples', 'hive-thriftserver', 'mllib', 'pyspark-core', 'pyspark-ml', \
'pyspark-mllib', 'pyspark-sql', 'pyspark-streaming', 'sparkr', 'sql']
['examples', 'hive-thriftserver', 'mllib', 'pyspark-ml', \
'pyspark-mllib', 'pyspark-sql', 'sparkr', 'sql']
"""
# If we're going to have to run all of the tests, then we can just short-circuit
# and return 'root'. No module depends on root, so if it appears then it will be
Expand Down

0 comments on commit e93736b

Please sign in to comment.