Changeset 24696


Ignore:
Timestamp:
04/06/20 17:01:23 (5 years ago)
Author:
jdquinn
Message:

CHG: Output redirection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/packagers/mac/package-issm-mac-binaries.sh

    r24695 r24696  
    4444
    4545# Run MATLAB tests redirecting output to logfile and suppressing output to console
    46 ${MATLAB_PATH}/bin/matlab -nojvm -nosplash -r "try, addpath ${ISSM_DIR}/bin ${ISSM_DIR}/lib; runme(${MATLAB_NROPTIONS}); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log 2> /dev/null
     46${MATLAB_PATH}/bin/matlab -nojvm -nosplash -r "try, addpath ${ISSM_DIR}/bin ${ISSM_DIR}/lib; runme(${MATLAB_NROPTIONS}); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log &> /dev/null
    4747
    4848# Check that MATLAB did not exit in error
Note: See TracChangeset for help on using the changeset viewer.