Lines Matching refs:DRY_RUN
47 DRY_RUN = False
220 def update_tests_in_db(tests, dry_run=False, add_experimental=False,
229 @param dry_run: not used at this time.
417 Log a message if dry_run is enabled, or execute the given function.
419 Relies on the DRY_RUN global variable.
422 @param func: function to execute if dry_run is not enabled.
428 if DRY_RUN:
487 global DRY_RUN
498 dest='dry_run', action='store_true', default=False,
539 DRY_RUN = options.dry_run
540 if DRY_RUN: