Changeset 24647


Ignore:
Timestamp:
03/06/20 09:48:06 (5 years ago)
Author:
jdquinn
Message:

CHG: Removing check for “*Warning” (would be more helpful if triggered in jUnit report)

File:
1 edited

Legend:

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

    r24643 r24647  
    575575
    576576        # Check that Python did not exit in error
    577         pythonExitedInError=`grep -E "Warning|Error|Traceback|bad interpreter" python_log.log | wc -l`
     577        pythonExitedInError=`grep -E "Error|Traceback|bad interpreter" python_log.log | wc -l`
    578578
    579579        if [ $pythonExitedInError -ne 0 ]
Note: See TracChangeset for help on using the changeset viewer.