Merge pull request #6010 from Stanford-Online/kluo/fix-diff-branch-option

Fix diff branch paver option to take value
This commit is contained in:
David Baumgold
2014-11-26 11:31:30 -05:00

View File

@@ -162,7 +162,7 @@ def test(options):
@task
@needs('pavelib.prereqs.install_prereqs')
@cmdopts([
("compare_branch", "b", "Branch to compare against, defaults to origin/master"),
("compare_branch=", "b", "Branch to compare against, defaults to origin/master"),
])
def coverage(options):
"""