Searched refs:DRY_RUN (Results 1 – 8 of 8) sorted by relevance
16 #define DRY_RUN macro18 #undef DRY_RUN37 #ifndef DRY_RUN56 #ifndef DRY_RUN in enable_efuse_program()63 #ifndef DRY_RUN in disable_efuse_program()
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
63 DRY_RUN = False variable214 if not DRY_RUN:383 global STEP_SIZE, DRY_RUN, LOAD_RATIO385 DRY_RUN = args.dry_run
409 if [ x"$DRY_RUN" = x ]; then463 if [ x"$DRY_RUN" = x ]; then477 if [ x$DRY_RUN = x ]; then522 if [ x$DRY_RUN = x ]; then619 DRY_RUN=yes
22 DRY_RUN = False variable in CommandExecuter26 self._dry_run = dry_run or self.DRY_RUN30 cls.DRY_RUN = dry_run
45 DRY_RUN = False variable426 if DRY_RUN:485 global DRY_RUN537 DRY_RUN = options.dry_run538 if DRY_RUN:
35 def DRY_RUN : Flag<[ "/", "-" ], "dry-run">,