Lines Matching refs:dry_run
289 def execute (func, args, msg=None, verbose=0, dry_run=0):
292 are disabled by the 'dry_run' flag. This method takes care of all
304 if not dry_run:
327 verbose=1, dry_run=0,
346 If 'dry_run' is true, doesn't actually do anything that would
389 if not dry_run:
419 verbose=%r, dry_run=0,
428 spawn(cmd, dry_run=dry_run)
430 dry_run=dry_run)
467 if not dry_run: