Changeset 23734


Ignore:
Timestamp:
02/15/19 14:31:26 (6 years ago)
Author:
jdquinn
Message:

CHG: Adding path to /dev via PYTHONPATH

File:
1 edited

Legend:

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

    r23732 r23734  
    353353if [ $PYTHON_TEST -eq 1 ]; then
    354354#Launch all tests on different cpus
    355 #export PYTHONPATH="$ISSM_DIR/src/m/dev"
    356 export PYTHONSTARTUP=$ISSM_DIR/src/m/dev/devpath.py
     355export PYTHONPATH="$ISSM_DIR/src/m/dev"
    357356export PYTHONUNBUFFERED=1 #we don't want python to buffer otherwise issm.exe output is not captured
    358357for (( i=1;i<=$NUMCPUS_RUN;i++ ))
     
    390389        echo "Python error!"
    391390        cat python_log.log
    392         echo "FAILURE"
    393391        exit 1
    394392fi
Note: See TracChangeset for help on using the changeset viewer.