Changeset 22310


Ignore:
Timestamp:
12/22/17 10:31:20 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor

File:
1 edited

Legend:

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

    r22028 r22310  
    320320echo '-----------------------------'
    321321
    322 rm matlab_log.log
     322if [ -f matlab_log.log ]; then
     323        rm matlab_log.log
     324fi
    323325
    324326for job in `jobs -p`
     
    342344if [ $PYTHON_TEST -eq 1 ]; then
    343345#Launch all tests on different cpus
    344 PYTHON_START_TIME=$(timer);
    345346export PYTHONSTARTUP=$ISSM_DIR/src/m/dev/devpath.py
    346347export PYTHONUNBUFFERED=1 #we don't want python to buffer otherwise issm.exe output is not captured
Note: See TracChangeset for help on using the changeset viewer.