Ignore:
Timestamp:
10/08/23 14:17:36 (18 months ago)
Author:
jdquinn
Message:

BUG: Did not need word count after grep’ping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/packagers/mac/test-issm-mac-binaries-python-3.sh

    r27944 r27951  
    3434# Check that Python did not exit in error
    3535pythonExitCode=`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`
     36pythonExitedInError=`grep -c -E "Error|No such file or directory|Permission denied|Standard exception|Traceback|bad interpreter|syntax error" python.log`
    3737
    3838if [[ ${pythonExitCode} -ne 0 || ${pythonExitedInError} -ne 0 ]]; then
Note: See TracChangeset for help on using the changeset viewer.