Changeset 13456


Ignore:
Timestamp:
09/26/12 19:20:29 (12 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fix python NR, do not stop if failure

File:
1 edited

Legend:

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

    r13336 r13456  
    215215                        message=me
    216216                        if   strcmpi(output,'nightly'):
    217                                 fid=open(os.path.join(ISSM_DIR+'nightlylog','pythonerror.log'), 'a')
     217                                fid=open(os.path.join(ISSM_DIR+'/nightlylog','pythonerror.log'), 'a')
    218218                                fid.write('%s' % message)
    219219                                fid.write('\n------------------------------------------------------------------\n')
     
    221221                                print 'FAILURE difference: N/A test id: %i test name: %s field: %s' % (id,id_string,'N/A')
    222222                        elif strcmpi(output,'daily'):
    223                                 fid=open(os.path.join(ISSM_DIR+'dailylog','pythonerror.log'), 'a')
     223                                fid=open(os.path.join(ISSM_DIR+'/dailylog','pythonerror.log'), 'a')
    224224                                fid.write('%s' % message)
    225225                                fid.write('\n------------------------------------------------------------------\n')
Note: See TracChangeset for help on using the changeset viewer.