Changeset 20417 for issm/trunk-jpl/test/NightlyRun/runme.py
- Timestamp:
- 03/31/16 15:27:22 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/runme.py
r20411 r20417 213 213 else: 214 214 print 'FAILURE difference: N/A test id: %i test name: %s field: %s' % (id,id_string,fieldname) 215 raise RuntimeError(me 2)215 raise RuntimeError(message) 216 216 217 217 f.close() … … 230 230 else: 231 231 print 'FAILURE difference: N/A test id: %i test name: %s field: %s' % (id,id_string,'N/A') 232 raise RuntimeError(me )232 raise RuntimeError(message) 233 233 234 234 print "----------------finished:%i-----------------------" % id
Note:
See TracChangeset
for help on using the changeset viewer.