Changeset 1462
- Timestamp:
- 07/31/09 12:03:58 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/Nightly/nightlyrun.m
r1453 r1462 30 30 cd Verification 31 31 32 [status,list]=system('ls -1 '); %will work on all machines, hopefully 33 list=strsplit(list,char(10)); 34 list=list(1:end-1); 32 list=listfiles; 35 33 36 34 %Get packages … … 43 41 %Go through list of decks, and run the deck runme.m files package by package. 44 42 for i=1:length(packages), 45 for j=1: length(list),43 for j=1:numel(list), 46 44 eval(['cd ' list{j}]); 47 45 if nargin==2,
Note:
See TracChangeset
for help on using the changeset viewer.