Changeset 33246
- Timestamp:
- Feb 13, 2012, 1:42:58 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_cleanup.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_cleanup.pl
r31923 r33246 218 218 $command .= " -dbname $dbname" if defined $dbname; 219 219 220 if (0) { 221 # XXX Don't set components to error cleaned anymore 220 222 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 221 223 run(command => $command, verbose => $verbose); … … 224 226 &my_die("Unable to perform chiptool: $error_code", "chip", $stage_id, $error_code); 225 227 } 228 } 226 229 227 230 # We want to flag the run as well, to avoid attempting to reprocess the same data over and over again.
Note:
See TracChangeset
for help on using the changeset viewer.
