- Timestamp:
- 10/08/23 14:17:36 (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/packagers/mac/test-issm-mac-binaries-python-3.sh
r27944 r27951 34 34 # Check that Python did not exit in error 35 35 pythonExitCode=`echo $?` 36 pythonExitedInError=`grep -c -E "Error|No such file or directory|Permission denied|Standard exception|Traceback|bad interpreter|syntax error" python.log | wc -l`36 pythonExitedInError=`grep -c -E "Error|No such file or directory|Permission denied|Standard exception|Traceback|bad interpreter|syntax error" python.log` 37 37 38 38 if [[ ${pythonExitCode} -ne 0 || ${pythonExitedInError} -ne 0 ]]; then
Note:
See TracChangeset
for help on using the changeset viewer.