Changeset 2203
- Timestamp:
- 09/11/09 08:35:29 (16 years ago)
- Location:
- issm/trunk/cron
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/cron/nightlyrun.sh
r2200 r2203 172 172 ./report.sh 173 173 echo "html report located in $ISSM_DIR/test/Verification/NightlyRun/report.html" 174 exit 175 174 176 175 #send mail if requested 177 176 if [ "$SKIPMAIL" != "yes" ] -
issm/trunk/cron/run.sh
r2200 r2203 9 9 fi 10 10 INIT_PATH=`cat $ISSM_DIR/test/Verification/NightlyRun/nightly.log | grep "init_path" | awk '{print $2}'` 11 cd INIT_PATH11 cd $INIT_PATH 12 12 source $1; 13 13
Note:
See TracChangeset
for help on using the changeset viewer.