Changeset 23734
- Timestamp:
- 02/15/19 14:31:26 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r23732 r23734 353 353 if [ $PYTHON_TEST -eq 1 ]; then 354 354 #Launch all tests on different cpus 355 #export PYTHONPATH="$ISSM_DIR/src/m/dev" 356 export PYTHONSTARTUP=$ISSM_DIR/src/m/dev/devpath.py 355 export PYTHONPATH="$ISSM_DIR/src/m/dev" 357 356 export PYTHONUNBUFFERED=1 #we don't want python to buffer otherwise issm.exe output is not captured 358 357 for (( i=1;i<=$NUMCPUS_RUN;i++ )) … … 390 389 echo "Python error!" 391 390 cat python_log.log 392 echo "FAILURE"393 391 exit 1 394 392 fi
Note:
See TracChangeset
for help on using the changeset viewer.