Changeset 16623


Ignore:
Timestamp:
11/06/13 10:53:19 (12 years ago)
Author:
Eric.Larour
Message:

CHG: verbose runme more so jenkins can pick up the logs

File:
1 edited

Legend:

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

    r16199 r16623  
    133133                eval(['cd ' root ]);
    134134                id_string=IdToName(id);
     135                disp(sprintf('%s%i%s','----------------starting-------',id,'-----------------------'));
    135136                eval(['test' num2str(id)]);
    136137
     
    250251                        end
    251252                end
     253               
     254                disp(sprintf('%s%i%s','----------------finished-------',id,'-----------------------'));
    252255
    253256        catch me,
     
    272275                        rethrow(me);
    273276                end
     277                disp(sprintf('%s%i%s','----------------finished-------',id,'-----------------------'));
    274278        end
    275279end
Note: See TracChangeset for help on using the changeset viewer.