Changeset 21116
- Timestamp:
- 08/09/16 13:45:17 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r21115 r21116 333 333 # Some of the examples are incomplete (on purpose). As such, we will have to populate the 334 334 # missing steps in order to make sure that everything is working. 335 echo "Testing directory example: $ {dir}"335 echo "Testing directory example: $(basename dir)" 336 336 337 337 # Greenland is missing step 8 … … 364 364 echo "disp('FAILURE');" >> $FILE 365 365 echo 'end' >> $FILE 366 echo "starting: ${dir}"367 366 368 367 $MATLAB_PATH/bin/matlab -nosplash -nodisplay -r "addpath $ISSM_DIR/src/m/dev; devpath; addpath $ISSM_DIR/nightlylog/; runme" -logfile $ISSM_DIR/nightlylog/$LOG_FILE 368 echo "starting: $(basename dir)" >> $ISSM_DIR/nightlylog/matlab_log_examples.log 369 369 cat $ISSM_DIR/nightlylog/$LOG_FILE >> $ISSM_DIR/nightlylog/matlab_log_examples.log 370 370 fi
Note:
See TracChangeset
for help on using the changeset viewer.