IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 5, 2007, 4:04:27 PM (19 years ago)
Author:
Paul Price
Message:

Don't require everything to complete successfully.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/ipp_serial_diff.pl

    r13113 r15458  
    7777        my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    7878            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;
    8080    }
    8181}
Note: See TracChangeset for help on using the changeset viewer.