Home | History | Annotate | Download | only in build_tools

Lines Matching full:dryrun

191   def __init__(self, dryrun=False, gsutil=None, mailfrom=None, mailto=None):
193 self.dryrun = dryrun
238 if self.dryrun:
728 if self.delegate.dryrun:
855 parser.add_option('-n', '--dryrun', help="don't upload the manifest.",
894 delegate = RealDelegate(options.dryrun, options.gsutil,