Changeset 21117
- Timestamp:
- 08/09/16 14:22:26 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r21116 r21117 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: $(basename dir)"335 echo "Testing directory example: $(basename $dir)" 336 336 337 337 # Greenland is missing step 8 … … 357 357 ./Download.sh 358 358 else 359 LOG_FILE="matlab_log_$(basename dir)_examples.log"359 LOG_FILE="matlab_log_$(basename $dir)_examples.log" 360 360 echo "disp('SUCCESS');" >> $FILE 361 361 echo 'catch me' >> $FILE … … 366 366 367 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.log368 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.