Changeset 33056 for trunk/pstamp/scripts
- Timestamp:
- Jan 9, 2012, 1:52:12 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_checkdependent.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_checkdependent.pl
r33011 r33056 285 285 } elsif ($fault_count > $max_fault_count) { 286 286 print "$stage $stage_id has faulted $fault_count times. Giving up\n"; 287 $fault = $PSTAMP_GONE; 288 faultComponent('chip', $chip->{chip_id}, $chip->{class_id}, $PSTAMP_GONE); 289 return $PSTAMP_GONE; 287 # XXX: stop faulting chips for now 288 # $fault = $PSTAMP_GONE; 289 # faultComponent('chip', $chip->{chip_id}, $chip->{class_id}, $PSTAMP_GONE); 290 $fault = $PSTAMP_NOT_AVAILABLE; 291 return $fault; 290 292 } 291 293 # fault the dependent
Note:
See TracChangeset
for help on using the changeset viewer.
