Home | History | Annotate | Download | only in site_utils

Lines Matching refs:pretend

85     parser.add_argument('--pretend', action='store_true', default=False,
239 def _run_autoserv(command, pretend=False):
249 if not pretend:
265 logging.info('Pretend mode. Would run autoserv command: %s',
274 pretend=False, autoserv_verbose=False):
285 @param pretend: If True, will print out autoserv commands rather than
305 if _run_autoserv(command, pretend) != 0:
313 args=None, pretend=False,
332 @param pretend: If True, will print out autoserv commands rather than
367 code = _run_autoserv(command, pretend)
499 pretend=False, no_experimental=False,
522 @param pretend: If True, will print out autoserv commands rather than
558 pretend, autoserv_verbose)
617 pretend, autoserv_verbose, host_attributes)
760 pretend=False, no_experimental=False,
783 @param pretend: If True, will print out autoserv commands rather than
823 pretend=pretend,
832 if pretend:
833 logging.info('Finished pretend run. Exiting.')