Changeset 30258
- Timestamp:
- Jan 12, 2011, 4:47:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/magic_destreak_defineruns.pl
r29981 r30258 42 42 43 43 # Parse the command-line arguments 44 my ($stage, $stage_limit, $workdir );44 my ($stage, $stage_limit, $workdir, $recoveryroot); 45 45 my ($dbname, $save_temps, $verbose, $no_update, $logfile); 46 46 my @labels; … … 51 51 'stage_limit=s' => \$stage_limit,# maximum number of runs queued for each stage 52 52 'workdir=s' => \$workdir, # output destination 53 'recoveryroot=s' => \$recoveryroot, # recovery pixels destination 53 54 'dbname=s' => \$dbname, # Database name 54 55 'verbose' => \$verbose, # Print stuff? … … 78 79 foreach my $label (@labels) { 79 80 my $command = "$magicdstool -definebyquery -stage $stage -workdir $workdir -label $label"; 81 $command .= " -recoveryroot $recoveryroot" if $recoveryroot; 80 82 $command .= " -pretend" if $no_update; 81 83 $command .= " -limit $stage_limit" if $stage_limit;
Note:
See TracChangeset
for help on using the changeset viewer.
