Changeset 2158 for trunk/tsuite

Show
Ignore:
Timestamp:
07/04/08 16:58:27 (6 months ago)
Author:
peter
Message:

tsuite/auto/checkall.pl:
tsuite/slow/checkall.pl:

Fix bug in detecting sims with only warnings; they should not be reported as crashed.

Location:
trunk/tsuite
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/tsuite/auto/checkall.pl

    r2140 r2158  
    9494# check output files to see whether they contain any assert output 
    9595# also determine if the program crashed.   
    96             if( /ChkAssert/ || /Cloudy exited OK\]/ ) 
     96            if( /ChkAssert/ || /Cloudy exited OK\]/ || /something went wrong\]/ ) 
    9797            { 
    9898                ++$checkEnd; 
     
    106106            { 
    107107                $lgFailure = 1; 
    108                 ++$checkEnd; 
    109108            } 
    110109            if( /Error: stellar atmosphere file not found./ ) 
  • trunk/tsuite/slow/checkall.pl

    r2150 r2158  
    9494# check output files to see whether they contain any assert output 
    9595# also determine if the program crashed.   
    96             if( /ChkAssert/ || /Cloudy exited OK\]/ ) 
     96            if( /ChkAssert/ || /Cloudy exited OK\]/ || /something went wrong\]/ ) 
    9797            { 
    9898                ++$checkEnd; 
     
    106106            { 
    107107                $lgFailure = 1; 
    108                 ++$checkEnd; 
    109108            } 
    110109            if( /Error: stellar atmosphere file not found./ )