Changeset 27127
- Timestamp:
- 07/01/22 11:42:28 (3 years ago)
- Location:
- issm/trunk-jpl/packagers
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-matlab.sh
r27111 r27127 149 149 if [ ${numTestsFailed} -ne 0 ]; then 150 150 echo "One or more tests FAILED" 151 cat matlab.log 151 152 exit 1 152 153 else -
issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-python-2.sh
r27098 r27127 147 147 148 148 if [[ ${numTestsFailed} -ne 0 ]]; then 149 echo "One or more tests FAILED" 149 echo "One or more tests FAILED" 150 cat python.log 150 151 exit 1 151 152 else -
issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-python-3.sh
r27098 r27127 151 151 if [[ ${numTestsFailed} -ne 0 ]]; then 152 152 echo "One or more tests FAILED" 153 cat python.log 153 154 exit 1 154 155 else -
issm/trunk-jpl/packagers/mac/test-issm-mac-binaries-matlab.sh
r26765 r27127 49 49 if [[ ${numTestsFailed} -ne 0 ]]; then 50 50 echo "One or more tests FAILED" 51 cat matlab.log 51 52 exit 1 52 53 else -
issm/trunk-jpl/packagers/mac/test-issm-mac-binaries-python-2.sh
r27002 r27127 48 48 if [[ ${numTestsFailed} -ne 0 ]]; then 49 49 echo "One or more tests FAILED" 50 cat python.log 50 51 exit 1 51 52 else -
issm/trunk-jpl/packagers/mac/test-issm-mac-binaries-python-3.sh
r27002 r27127 48 48 if [[ ${numTestsFailed} -ne 0 ]]; then 49 49 echo "One or more tests FAILED" 50 cat python.log 50 51 exit 1 51 52 else
Note:
See TracChangeset
for help on using the changeset viewer.