Commit 193277cb by Kevin Luo

Fix diff branch paver option to take value

parent 62d129c7
...@@ -159,7 +159,7 @@ def test(options): ...@@ -159,7 +159,7 @@ def test(options):
@task @task
@needs('pavelib.prereqs.install_prereqs') @needs('pavelib.prereqs.install_prereqs')
@cmdopts([ @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): 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