Home | History | Annotate | Download | only in cros

Lines Matching refs:formatted_command

720             formatted_command = command.format(steps)
721 logging.info('RUN: %s\n', formatted_command)
722 output = host.run(formatted_command, ignore_status=True)