Changeset 1462


Ignore:
Timestamp:
07/31/09 12:03:58 (16 years ago)
Author:
Eric.Larour
Message:

nighltyrun now works on windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/Nightly/nightlyrun.m

    r1453 r1462  
    3030cd Verification
    3131
    32 [status,list]=system('ls -1 '); %will work on all machines, hopefully
    33 list=strsplit(list,char(10));
    34 list=list(1:end-1);
     32list=listfiles;
    3533
    3634%Get packages
     
    4341%Go through list of decks, and run the deck runme.m files package by package.
    4442for i=1:length(packages),
    45         for j=1:length(list),
     43        for j=1:numel(list),
    4644                eval(['cd ' list{j}]);
    4745                if nargin==2,
Note: See TracChangeset for help on using the changeset viewer.