Changeset 1564
- Timestamp:
- 08/05/09 08:38:57 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/cron/nightlyrun.sh
r1562 r1564 2 2 #This bash script calls the nightlyrun.m matlab file to run our nightly test decks. 3 3 #It then processes the results and sends an email to the Ice developpers. 4 5 #get configs6 if [ $# -ne 1 ];7 then8 #no config file specified: exit9 echo "no config file specified. Exiting..."10 exit 111 else12 #launch nightly run (get start time)13 source $1;14 START=$(timer)15 fi16 4 17 5 #some functions … … 39 27 echo $suffix; 40 28 } 29 30 #get configs 31 if [ $# -ne 1 ]; 32 then 33 #no config file specified: exit 34 echo "no config file specified. Exiting..." 35 exit 1 36 else 37 #launch nightly run (get start time) 38 source $1; 39 START=$(timer) 40 fi 41 41 42 42 #create nightly run variables
Note:
See TracChangeset
for help on using the changeset viewer.