Changeset 23939
- Timestamp:
- 05/28/19 19:22:15 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r23938 r23939 294 294 end 295 295 disp('MATLABEXITEDCORRECTLY'); 296 297 # Clean up execution directory 298 rm -f $ISSM_DIR/execution/* 299 296 300 exit 297 301 EOF … … 384 388 # }}} 385 389 386 # Clean up ADOL-C tape files387 rm -f $ISSM_DIR/execution/*/ADOLC-*388 389 390 # Examples Test 390 391 # {{{ … … 526 527 cat python_log.log 527 528 echo "-----------End of python_log.log-----------" 529 530 # Clean up execution directory 531 rm -f $ISSM_DIR/execution/* 532 528 533 exit 1 529 534 else … … 545 550 done 546 551 fi 552 553 # Clean up execution directory 554 rm -f $ISSM_DIR/execution/* 547 555 #}}}
Note:
See TracChangeset
for help on using the changeset viewer.