Changeset 18425


Ignore:
Timestamp:
08/16/14 21:01:48 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: testing

Location:
issm/trunk-jpl/packagers/macosx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/packagers/macosx/install.sh

    r18423 r18425  
    2323fi
    2424# }}}
     25exit 0
    2526
    2627#List of external pakages to be installed and their installation scripts
  • issm/trunk-jpl/packagers/macosx/package.sh

    r18424 r18425  
    1 #/bin/bash
     1#!/bin/bash
    22
    33#Check that test101 runs
    44cd $ISSM_DIR/test/NightlyRun
    5 delete matlab.log
    6 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
     5rm 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
    77
    88if [[ $(cat matlab.log | grep -c SUCCESS) -lt 10 ]]; then
Note: See TracChangeset for help on using the changeset viewer.