Changeset 1564


Ignore:
Timestamp:
08/05/09 08:38:57 (16 years ago)
Author:
Mathieu Morlighem
Message:

ooops

File:
1 edited

Legend:

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

    r1562 r1564  
    22#This bash script calls the nightlyrun.m matlab file to run our nightly test decks.
    33#It then processes the results and sends an email to the Ice developpers.
    4 
    5 #get configs
    6 if [ $# -ne 1 ];
    7 then
    8         #no config file specified: exit
    9         echo "no config file specified. Exiting..."
    10         exit 1
    11 else
    12         #launch nightly run (get start time)
    13         source $1;
    14         START=$(timer)
    15 fi
    164
    175#some functions
     
    3927        echo $suffix;                   
    4028}
     29
     30#get configs
     31if [ $# -ne 1 ];
     32then
     33        #no config file specified: exit
     34        echo "no config file specified. Exiting..."
     35        exit 1
     36else
     37        #launch nightly run (get start time)
     38        source $1;
     39        START=$(timer)
     40fi
    4141
    4242#create nightly run variables
Note: See TracChangeset for help on using the changeset viewer.