Ignore:
Timestamp:
02/24/23 11:18:29 (2 years ago)
Author:
jdquinn
Message:

CHG: Catch no file or directory error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/jenkins.sh

    r27603 r27613  
    497497
    498498        # Check that Python did not exit in error
    499         pythonExitedInError=`grep -c -E "Error|Permission denied|Standard exception|Traceback|bad interpreter|syntax error" python_log.log`
     499        pythonExitedInError=`grep -c -E "Error|No such file or directory|Permission denied|Standard exception|Traceback|bad interpreter|syntax error" python_log.log`
    500500
    501501        if [ $pythonExitedInError -ne 0 ]; then
Note: See TracChangeset for help on using the changeset viewer.