Commit 193277cb by Kevin Luo

Fix diff branch paver option to take value

parent 62d129c7
......@@ -159,7 +159,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):
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment