Changeset 24707


Ignore:
Timestamp:
04/09/20 10:31:23 (5 years ago)
Author:
jdquinn
Message:

CHG: Added used-end script to test Mac binaries; minor

Location:
issm/trunk-jpl/scripts
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/scripts/test-issm-linux-binaries-with_dakota.sh

    r24593 r24707  
    4141        cat matlab.log
    4242        echo "-----------End of matlab.log-----------"
    43 
    44         # Clean up execution directory
    45         rm -rf ${ISSM_DIR}/execution/*
    46 
    4743        exit 1
    4844fi
     
    5349if [[ ${numMatlabTestsFailed} -ne 0 ]]; then
    5450        echo "One or more MATLAB tests FAILED"
    55         exit 1;
     51        exit 1
    5652else
    5753        echo "All MATLAB tests PASSED"
     
    7874        cat python.log
    7975        echo "-----------End of python.log-----------"
    80 
    81         # Clean up execution directory
    82         rm -rf ${ISSM_DIR}/execution/*
    83 
    8476        exit 1
    8577fi
     
    9082if [[ ${numPythonTestsFailed} -ne 0 ]]; then
    9183        echo "One or more Python tests FAILED"
    92         exit 1;
     84        exit 1
    9385else
    9486        echo "All Python tests PASSED"
  • issm/trunk-jpl/scripts/test-issm-linux-binaries.sh

    r24593 r24707  
    3333        cat matlab.log
    3434        echo "-----------End of matlab.log-----------"
    35 
    36         # Clean up execution directory
    37         rm -rf ${ISSM_DIR}/execution/*
    38 
    3935        exit 1
    4036fi
     
    4541if [[ ${numMatlabTestsFailed} -ne 0 ]]; then
    4642        echo "One or more MATLAB tests FAILED"
    47         exit 1;
     43        exit 1
    4844else
    4945        echo "All MATLAB tests PASSED"
Note: See TracChangeset for help on using the changeset viewer.