Lines Matching full:dry_run
47 DRY_RUN = False
199 def update_tests_in_db(tests, dry_run=False, add_experimental=False,
208 @param dry_run: not used at this time.
400 Log a message if dry_run is enabled, or execute the given function.
402 Relies on the DRY_RUN global variable.
405 @param func: function to execute if dry_run is not enabled.
411 if DRY_RUN:
470 global DRY_RUN
481 dest='dry_run', action='store_true', default=False,
522 DRY_RUN = options.dry_run
523 if DRY_RUN: