Changeset 2203


Ignore:
Timestamp:
09/11/09 08:35:29 (16 years ago)
Author:
Mathieu Morlighem
Message:

some fixing again...

Location:
issm/trunk/cron
Files:
2 edited

Legend:

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

    r2200 r2203  
    172172./report.sh
    173173echo "html report located in $ISSM_DIR/test/Verification/NightlyRun/report.html"
    174 exit
    175                
     174
    176175#send mail if requested
    177176if [ "$SKIPMAIL" != "yes" ]
  • issm/trunk/cron/run.sh

    r2200 r2203  
    99fi
    1010INIT_PATH=`cat $ISSM_DIR/test/Verification/NightlyRun/nightly.log | grep "init_path" | awk '{print $2}'`
    11 cd INIT_PATH
     11cd $INIT_PATH
    1212source $1;
    1313
Note: See TracChangeset for help on using the changeset viewer.