Commit 84f80984 by David Baumgold

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

Fix diff branch paver option to take value
parents ebeaaaad 193277cb
...@@ -162,7 +162,7 @@ def test(options): ...@@ -162,7 +162,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