Home | History | Annotate | Download | only in site_utils

Lines Matching refs:pretend

84     parser.add_argument('--pretend', action='store_true', default=False,
178 def _run_autoserv(command, pretend=False):
188 if not pretend:
204 logging.info('Pretend mode. Would run autoserv command: %s',
213 pretend=False, autoserv_verbose=False):
224 @param pretend: If True, will print out autoserv commands rather than
244 if _run_autoserv(command, pretend) != 0:
252 args=None, pretend=False,
271 @param pretend: If True, will print out autoserv commands rather than
306 code = _run_autoserv(command, pretend)
438 pretend=False, no_experimental=False,
461 @param pretend: If True, will print out autoserv commands rather than
494 pretend, autoserv_verbose)
536 pretend, autoserv_verbose, host_attributes)
609 pretend=False, no_experimental=False,
632 @param pretend: If True, will print out autoserv commands rather than
672 pretend=pretend,
681 if pretend:
682 logging.info('Finished pretend run. Exiting.')