- Timestamp:
- May 12, 2009, 5:56:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_magic/ippScripts/scripts/ipp_serial_magic.pl
r24149 r24153 52 52 $command .= " -magic_id $identifier" if defined $identifier; 53 53 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 54 run( command => $command, verbose => 1);54 run( command => $command, verbose => $verbose ); 55 55 die "Unable to get magic tree list: $error_code\n" if not $success; 56 56 @whole = split /\n/, join( '', @$stdout_buf ); … … 86 86 $command .= " --no-update" if defined $no_update; 87 87 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 88 run( command => $command, verbose => 1);88 run( command => $command, verbose => $verbose ); 89 89 die "Unable to do magic tree on $magic_id: $error_code\n" if not $success; 90 90 } … … 102 102 $command .= " -magic_id $identifier" if defined $identifier; 103 103 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 104 run( command => $command, verbose => 1);104 run( command => $command, verbose => $verbose ); 105 105 die "Unable to get magic tree list: $error_code\n" if not $success; 106 106 @whole = split /\n/, join( '', @$stdout_buf ); … … 134 134 $command .= " --no-update" if defined $no_update; 135 135 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 136 run( command => $command, verbose => 1);136 run( command => $command, verbose => $verbose ); 137 137 die "Unable to do magic process on $magic_id $node: $error_code\n" if not $success; 138 138 }
Note:
See TracChangeset
for help on using the changeset viewer.
