Changeset 885


Ignore:
Timestamp:
06/10/09 15:14:33 (16 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/cron/nightlyrun.sh

    r882 r885  
    6262
    6363#Launch matlab and the nightly run script
    64 matlab -nodisplay  > ./nightly.log << EOF
     64matlab -nodisplay  > ./nightlylong.log << EOF
    6565startup
    6666nightlyrun;
    6767EOF
     68
     69#removed unused lines to deal with a smaller file
     70cat nightlylong.log | grep 'difference: ' > nightly.log
     71rm nightlylong.log
    6872
    6973#Build html report
Note: See TracChangeset for help on using the changeset viewer.