Changeset 18425
- Timestamp:
- 08/16/14 21:01:48 (11 years ago)
- Location:
- issm/trunk-jpl/packagers/macosx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/packagers/macosx/install.sh
r18423 r18425 23 23 fi 24 24 # }}} 25 exit 0 25 26 26 27 #List of external pakages to be installed and their installation scripts -
issm/trunk-jpl/packagers/macosx/package.sh
r18424 r18425 1 # /bin/bash1 #!/bin/bash 2 2 3 3 #Check that test101 runs 4 4 cd $ISSM_DIR/test/NightlyRun 5 deletematlab.log6 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.log5 rm matlab.log 6 $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.log 7 7 8 8 if [[ $(cat matlab.log | grep -c SUCCESS) -lt 10 ]]; then
Note:
See TracChangeset
for help on using the changeset viewer.