Pass base branch to module validator on delegate.

This commit is contained in:
Matt Clay 2017-02-20 13:24:14 -08:00
commit bc8186543a
3 changed files with 25 additions and 3 deletions

View file

@ -285,6 +285,9 @@ def parse_args():
choices=SUPPORTED_PYTHON_VERSIONS,
help='python version: %s' % ', '.join(SUPPORTED_PYTHON_VERSIONS))
sanity.add_argument('--base-branch',
help=argparse.SUPPRESS)
add_extra_docker_options(sanity, integration=False)
shell = subparsers.add_parser('shell',