Changeset 1453


Ignore:
Timestamp:
07/31/09 08:21:15 (16 years ago)
Author:
Mathieu Morlighem
Message:

do not skip first and last test

File:
1 edited

Legend:

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

    r1452 r1453  
    4343%Go through list of decks, and run the deck runme.m files package by package.
    4444for i=1:length(packages),
    45         for j=2:length(list)-1,
     45        for j=1:length(list),
    4646                eval(['cd ' list{j}]);
    4747                if nargin==2,
Note: See TracChangeset for help on using the changeset viewer.