Changeset 13751 for trunk/ippScripts/scripts/ipp_serial_inject.pl
- Timestamp:
- Jun 10, 2007, 10:16:32 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_serial_inject.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_serial_inject.pl
r13748 r13751 57 57 my $relfile = $ipprc->convert_filename_relative( $absfile ); 58 58 59 my $command_type = "$ppStats -recipe PPSTATS RESIDUAL $absfile"; 59 my $command_type = "$ppStats -recipe PPSTATS INJECT $absfile"; 60 60 61 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = run(command => $command_type, verbose => 1); 61 62 die "Unable to perform ppStats: $error_code\n" if not $success;
Note:
See TracChangeset
for help on using the changeset viewer.
