IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 1, 2010, 3:01:01 PM (16 years ago)
Author:
Paul Price
Message:

Group aborts with assertion failures.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/errors.pl

    r27557 r27562  
    127127    my $found;                  # Found something?
    128128    while (($line = pop @log)) {
    129         if ($line =~ /Assertion .* failed/ or $line =~ /Assertion failed in/) {
     129        if ($line =~ /Assertion .* failed/ or $line =~ /Assertion failed in/ or $line =~ /Aborting in/) {
    130130            $assertion{$name} = $log;
    131131            $found = 1;
Note: See TracChangeset for help on using the changeset viewer.