- Timestamp:
- 06/15/22 12:54:43 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-python-2.sh
r26988 r27064 136 136 137 137 # Check that all tests passed 138 numTestsFailed=` cat python.log | grep -c -e "FAILED|ERROR"`138 numTestsFailed=`grep -E "FAILED|ERROR" python.log | wc -l` 139 139 140 140 if [[ ${numTestsFailed} -ne 0 ]]; then
Note:
See TracChangeset
for help on using the changeset viewer.