Changeset 15458
- Timestamp:
- Nov 5, 2007, 4:04:27 PM (19 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 2 edited
-
ipp_serial_diff.pl (modified) (1 diff)
-
ipp_serial_stack.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_serial_diff.pl
r13113 r15458 77 77 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 78 78 run( command => $command, verbose => 1 ); 79 die "Unable to do difference for $diff_id: $error_code\n" if not $success;79 ### die "Unable to do difference for $diff_id: $error_code\n" if not $success; 80 80 } 81 81 } -
trunk/ippScripts/scripts/ipp_serial_stack.pl
r14274 r15458 80 80 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 81 81 run( command => $command, verbose => 1 ); 82 die "Unable to do stack for $stack_id: $error_code\n" if not $success;82 ### die "Unable to do stack for $stack_id: $error_code\n" if not $success; 83 83 } 84 84 }
Note:
See TracChangeset
for help on using the changeset viewer.
