Changeset 5070
- Timestamp:
- 08/09/10 11:31:48 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/cron/nightlyrun.sh
r5069 r5070 242 242 243 243 #Run tests 244 #Call run 2.sh script{{{1244 #Call run.sh script{{{1 245 245 cd $ISSM_DIR/cron/ 246 ./run 2.sh $1246 ./run.sh $1 247 247 #}}} 248 248 #Complete nightly.log {{{1 … … 258 258 #Build html report {{{1 259 259 cd $ISSM_DIR/cron/ 260 ./report 2.sh260 ./report.sh 261 261 echo "html report located in $ISSM_DIR/nightlylog/report.html" 262 262 #}}}
Note:
See TracChangeset
for help on using the changeset viewer.