Changeset 24707
- Timestamp:
- 04/09/20 10:31:23 (5 years ago)
- 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 41 41 cat matlab.log 42 42 echo "-----------End of matlab.log-----------" 43 44 # Clean up execution directory45 rm -rf ${ISSM_DIR}/execution/*46 47 43 exit 1 48 44 fi … … 53 49 if [[ ${numMatlabTestsFailed} -ne 0 ]]; then 54 50 echo "One or more MATLAB tests FAILED" 55 exit 1 ;51 exit 1 56 52 else 57 53 echo "All MATLAB tests PASSED" … … 78 74 cat python.log 79 75 echo "-----------End of python.log-----------" 80 81 # Clean up execution directory82 rm -rf ${ISSM_DIR}/execution/*83 84 76 exit 1 85 77 fi … … 90 82 if [[ ${numPythonTestsFailed} -ne 0 ]]; then 91 83 echo "One or more Python tests FAILED" 92 exit 1 ;84 exit 1 93 85 else 94 86 echo "All Python tests PASSED" -
issm/trunk-jpl/scripts/test-issm-linux-binaries.sh
r24593 r24707 33 33 cat matlab.log 34 34 echo "-----------End of matlab.log-----------" 35 36 # Clean up execution directory37 rm -rf ${ISSM_DIR}/execution/*38 39 35 exit 1 40 36 fi … … 45 41 if [[ ${numMatlabTestsFailed} -ne 0 ]]; then 46 42 echo "One or more MATLAB tests FAILED" 47 exit 1 ;43 exit 1 48 44 else 49 45 echo "All MATLAB tests PASSED"
Note:
See TracChangeset
for help on using the changeset viewer.