Searched refs:DRY_RUN (Results 1 – 4 of 4) sorted by relevance
15 DRY_RUN = False variable in FileUtils19 cls.DRY_RUN = dry_run23 if cls.DRY_RUN:
167 DRY_RUN=1276 …[ "$DRY_RUN" ] || printf 'set ssh pka-dsa key %s\nsave\nexit\n' "$KEY" | ssh -T "$@" >/dev/null 2>…291 [ "$DRY_RUN" ] || printf '%s\n' "$NEW_IDS" | \298 if [ "$DRY_RUN" ] ; then
22 DRY_RUN = False variable in CommandExecuter26 self._dry_run = dry_run or self.DRY_RUN30 cls.DRY_RUN = dry_run
47 DRY_RUN = False variable428 if DRY_RUN:487 global DRY_RUN539 DRY_RUN = options.dry_run540 if DRY_RUN: