Changeset 29348
- Timestamp:
- Oct 7, 2010, 3:03:28 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_checkdependent.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_checkdependent.pl
r29052 r29348 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.
