IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15458


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

Don't require everything to complete successfully.

Location:
trunk/ippScripts/scripts
Files:
2 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}
  • trunk/ippScripts/scripts/ipp_serial_stack.pl

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