Changeset 32700 for trunk/ippScripts/scripts/dist_defineruns.pl
- Timestamp:
- Nov 17, 2011, 3:03:37 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/dist_defineruns.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/dist_defineruns.pl
r32680 r32700 88 88 push @stages, $stage; 89 89 } else { 90 @stages = qw(chip chip_bg camera fake warp warp_bg diff stack SSdiff sky );90 @stages = qw(chip chip_bg camera fake warp warp_bg diff stack SSdiff sky skysingle); 91 91 } 92 92 93 93 foreach my $stage (@stages) { 94 94 foreach my $label (@labels) { 95 my $single; 96 if ($stage eq "skysingle") { 97 $stage = "sky"; 98 $single = 1; 99 } 95 100 my $command = "$disttool -definebyquery -stage $stage -workdir $workdir -label $label"; 101 $command .= " -singlefilter" if $single; 96 102 $command .= " -no_magic" if $no_magic; 97 103 $command .= " -pretend" if $no_update;
Note:
See TracChangeset
for help on using the changeset viewer.
