Home | History | Annotate | Download | only in site_utils

Lines Matching refs:no_wait

171         "-n", "--no_wait", dest="no_wait", default=False, type=bool_str,
187 # NOTE(akeshet): This looks similar to --no_wait, but behaves differently.
188 # --no_wait is passed in to the suite rpc itself and affects the suite,
306 if options.no_wait and options.retry:
307 print 'Test retry is not available when using --no_wait=True'
1536 check_hosts=not options.no_wait,
1542 wait_for_results=not options.no_wait,
1647 if options.no_wait:
1784 logging.info('--no_wait specified; Exiting.')
1786 {'return_message': '--no_wait specified; Exiting.'})