Lines Matching refs:dry_run
315 def execute (func, args, msg=None, verbose=0, dry_run=0):
318 are disabled by the 'dry_run' flag. This method takes care of all
330 if not dry_run:
353 verbose=1, dry_run=0,
372 If 'dry_run' is true, doesn't actually do anything that would
410 if not dry_run:
439 verbose=%r, dry_run=0,
450 spawn(cmd, dry_run=dry_run)
452 dry_run=dry_run)
485 if not dry_run: