Changeset 19939
- Timestamp:
- 01/07/16 17:39:01 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r19938 r19939 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 echo "Cleaning up execution directory" 6 rm -rf $ISSM_DIR/execution/* 7 rm -rf $ISSM_DIR/nightlylog 8 mkdir $ISSM_DIR/nightlylog 4 9 5 10 #Get configuration … … 191 196 fi 192 197 #}}} 193 echo "Cleaning up execution directory"194 rm -rf $ISSM_DIR/execution/*195 rm -rf $ISSM_DIR/nightlylog196 mkdir $ISSM_DIR/nightlylog197 198 198 199 #matlab tests
Note:
See TracChangeset
for help on using the changeset viewer.