Changeset 27938 for trunk/ippScripts/scripts/automate_stacks.pl
- Timestamp:
- May 12, 2010, 3:45:51 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/automate_stacks.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/automate_stacks.pl
r27860 r27938 455 455 } 456 456 457 if ($#{ $stderr_buf } > -1) {458 $metadata_out{nsState} = 'ERROR';459 return(1);460 }457 # if ($#{ $stderr_buf } > -1) { 458 # $metadata_out{nsState} = 'ERROR'; 459 # return(1); 460 # } 461 461 462 462 my $N = 0; … … 464 464 foreach my $row (@burntool_entries) { 465 465 my ($trash,$start,$end); 466 ($trash,$trash,$start,$end) = (split /\s+/,$row); 467 466 (undef,$trash,$start,$end) = (split /\s+/,$row); 467 if ($trash ne 'burntool') { 468 $metadata_out{nsState} = 'ERROR'; 469 return(1); 470 } 468 471 for (my $class_counter = 0; $class_counter < 60; $class_counter++) { 469 472 $metadata_out{"bt${N}Begin"} = $start;
Note:
See TracChangeset
for help on using the changeset viewer.
