Changeset 27432
- Timestamp:
- 11/27/22 21:34:37 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r27431 r27432 497 497 498 498 # Check that Python did not exit in error 499 pythonExitedInError=`grep -c -E "Error|Standard exception|Traceback|bad interpreter|syntax error" python .log`499 pythonExitedInError=`grep -c -E "Error|Standard exception|Traceback|bad interpreter|syntax error" python_log.log` 500 500 501 501 if [ $pythonExitedInError -ne 0 ]; then
Note:
See TracChangeset
for help on using the changeset viewer.