Changeset 22310
- Timestamp:
- 12/22/17 10:31:20 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r22028 r22310 320 320 echo '-----------------------------' 321 321 322 rm matlab_log.log 322 if [ -f matlab_log.log ]; then 323 rm matlab_log.log 324 fi 323 325 324 326 for job in `jobs -p` … … 342 344 if [ $PYTHON_TEST -eq 1 ]; then 343 345 #Launch all tests on different cpus 344 PYTHON_START_TIME=$(timer);345 346 export PYTHONSTARTUP=$ISSM_DIR/src/m/dev/devpath.py 346 347 export 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.