IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 25, 2014, 1:35:22 PM (12 years ago)
Author:
bills
Message:

add --verbose to one of the invoked commands

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/fixburntool

    r36045 r36552  
    107107{
    108108    my $command = "$burntool --exp_id $exp_id --class_id $class_id --this_uri $uri --previous_uri $prev_uri";
     109    $command .= " --verbose" if $verbose;
    109110    print "$command\n";
    110111    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note: See TracChangeset for help on using the changeset viewer.