Changeset 2158 for trunk/tsuite/auto/checkall.pl
- Timestamp:
- 07/04/08 16:58:27 (6 months ago)
- Files:
-
- 1 modified
-
trunk/tsuite/auto/checkall.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tsuite/auto/checkall.pl
r2140 r2158 94 94 # check output files to see whether they contain any assert output 95 95 # also determine if the program crashed. 96 if( /ChkAssert/ || /Cloudy exited OK\]/ )96 if( /ChkAssert/ || /Cloudy exited OK\]/ || /something went wrong\]/ ) 97 97 { 98 98 ++$checkEnd; … … 106 106 { 107 107 $lgFailure = 1; 108 ++$checkEnd;109 108 } 110 109 if( /Error: stellar atmosphere file not found./ )
