Ignore:
Timestamp:
07/25/20 00:58:02 (5 years ago)
Author:
jdquinn
Message:

CHG: Modifications to fail on uncaught exceptions (will move this to test/NightlyRun/runme.py); temporary patch for tests that fail do to dependence on modification of model fields by WriteData

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/runme.py

    r25178 r25301  
    6161
    6262        TODO:
    63         - At '#disp test result', make sure precision of output matches
     63        - At '#disp test result', make sure precision of output matches that of
     64        MATLAB.
     65        - Check for failures that do not raise exceptions (for example, 'Standard exception'; see also jenkins/jenkins.sh). These should be counted as failures.
    6466        """
    6567    #Get ISSM_DIR variable
     
    201203                            errorcount += 1
    202204                            erroredtest_list.append(id)
     205                        elif :
     206                            print('FAILURE')
    203207                        else:
    204208                            print(('SUCCESS difference: {:7.2g} < {:7.2g} test id: {} test name: {} field: {}'.format(error_diff, tolerance, id, id_string, fieldname)))
Note: See TracChangeset for help on using the changeset viewer.