Changeset 21362 for issm/trunk
- Timestamp:
- 11/10/16 15:34:20 (8 years ago)
- Location:
- issm/trunk/packagers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/packagers/macosx-dakota/package.sh
r21341 r21362 11 11 cd $ISSM_DIR/test/NightlyRun 12 12 rm matlab.log 13 $MATLAB_DIR/bin/matlab -nojvm -nosplash -r "try, addpath $ISSM_DIR/bin $ISSM_DIR/lib; runme('id',101);exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log13 /Applications/MATLAB_R2015b.app/bin/matlab -nojvm -nosplash -r "try, addpath $ISSM_DIR/bin $ISSM_DIR/lib; runme('id',101);exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log 14 14 15 15 if [[ $(cat matlab.log | grep -c SUCCESS) -lt 10 ]]; then -
issm/trunk/packagers/macosx/package.sh
r20500 r21362 11 11 cd $ISSM_DIR/test/NightlyRun 12 12 rm matlab.log 13 $MATLAB_DIR/bin/matlab -nojvm -nosplash -r "try, addpath $ISSM_DIR/bin $ISSM_DIR/lib; runme('id',101);exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log13 /Applications/MATLAB_R2015b.app/bin/matlab -nojvm -nosplash -r "try, addpath $ISSM_DIR/bin $ISSM_DIR/lib; runme('id',101);exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log 14 14 15 15 if [[ $(cat matlab.log | grep -c SUCCESS) -lt 10 ]]; then
Note:
See TracChangeset
for help on using the changeset viewer.