Home | History | Annotate | Download | only in coverity

Lines Matching refs:dry_run

89 def _RunCommand(cmd, dry_run, shell=False, echo_cmd=True):
90 """Runs the command if dry_run is false, otherwise just prints the command."""
93 if not dry_run:
133 gclient_exit = _RunCommand(cmd, options.dry_run, shell=True)
154 if options.dry_run:
162 if options.dry_run:
175 _RunCommand('pwd', options.dry_run, shell=True)
187 _RunCommand('pwd', options.dry_run, shell=True)
194 _RunCommand(cmd, options.dry_run, shell=use_shell_during_make)
201 _RunCommand(cmd, options.dry_run, shell=use_shell_during_make)
228 _RunCommand(cmd, options.dry_run, shell=use_shell_during_make, echo_cmd=False)