- Timestamp:
- Oct 21, 2010, 2:45:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823/pstamp/scripts/pstamp_checkdependent.pl
r29124 r29515 239 239 print "skipping $command\n"; 240 240 } 241 } elsif ($chip->{fault}) { 242 # fault the dependent 243 my_die("chip $chip->{chip_id} $chip->{class_id} faulted: $chip->{fault}", $chip->{fault}); 244 } elsif ($chip->{dsFile_fault}) { 245 # fault the dependent 246 my_die("magicDSFile $chip->{magic_ds_id} $chip->{chip_id} $chip->{class_id} faulted: $chip->{dsFile_fault}", $chip->{dsFile_fault}); 241 247 } 242 248 } … … 317 323 if (($chip->{data_state} ne 'full') or ($need_magic and ($chip->{magicked} <= 0))) { 318 324 $chips_ready = 0; 325 $chip->{fault} = $chip->{chip_fault}; 319 326 push @chipsToUpdate, $chip; 320 327 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
