Changeset 25301 for issm/trunk-jpl/test/NightlyRun/runme.py
- Timestamp:
- 07/25/20 00:58:02 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/runme.py
r25178 r25301 61 61 62 62 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. 64 66 """ 65 67 #Get ISSM_DIR variable … … 201 203 errorcount += 1 202 204 erroredtest_list.append(id) 205 elif : 206 print('FAILURE') 203 207 else: 204 208 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.