Update default branch for generate-tests.

This commit is contained in:
Matt Clay 2016-10-03 12:34:51 -07:00
parent 6ba009f913
commit ae52943719

View file

@ -230,12 +230,12 @@ def get_role_tags(playbook_path):
return tags
def get_changed_paths(git_root, branch='stable-2.2'):
def get_changed_paths(git_root, branch='origin/stable-2.2'):
"""Get file paths changed in current branch vs given branch.
Args:
git_root: The root of the git clone.
branch: The branch to compare against (default: stable-2.2)
branch: The branch to compare against (default: origin/stable-2.2)
Returns: List of file paths changed.
"""