Changeset 23917


Ignore:
Timestamp:
05/11/19 01:11:38 (6 years ago)
Author:
jdquinn
Message:

BUG: For some reason, test218 passes but the build fails: reverted to running test101.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/packagers/macosx-dakota/package.sh

    r23915 r23917  
    2626fi
    2727
    28 # Check that test218 (first Dakota test) runs
     28# Check that test101 runs
    2929cd $ISSM_DIR/test/NightlyRun
    3030rm matlab.log
    31 $MATLAB_PATH/bin/matlab -nodisplay -nojvm -nosplash -nodesktop -r "try, addpath $ISSM_DIR/bin $ISSM_DIR/lib; runme('id',218); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log
     31$MATLAB_PATH/bin/matlab -nodisplay -nojvm -nosplash -nodesktop -r "try, addpath $ISSM_DIR/bin $ISSM_DIR/lib; runme('id',101); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log
    3232
    3333if [[ $(cat matlab.log | grep -c SUCCESS) -lt 10 ]]; then
    34         echo "test218 FAILED"
     34        echo "test101 FAILED"
    3535        exit 1;
    3636else
    37         echo "test218 PASSED"
     37        echo "test101 PASSED"
    3838fi
    3939
Note: See TracChangeset for help on using the changeset viewer.