Changeset 23939


Ignore:
Timestamp:
05/28/19 19:22:15 (6 years ago)
Author:
jdquinn
Message:

CHG: Clean up execution directory after running tests.

File:
1 edited

Legend:

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

    r23938 r23939  
    294294        end
    295295        disp('MATLABEXITEDCORRECTLY');
     296
     297        # Clean up execution directory
     298        rm -f $ISSM_DIR/execution/*
     299
    296300        exit
    297301EOF
     
    384388# }}}
    385389
    386 # Clean up ADOL-C tape files
    387 rm -f $ISSM_DIR/execution/*/ADOLC-*
    388 
    389390# Examples Test
    390391# {{{
     
    526527        cat python_log.log
    527528        echo "-----------End of python_log.log-----------"
     529
     530        # Clean up execution directory
     531        rm -f $ISSM_DIR/execution/*
     532
    528533        exit 1
    529534else
     
    545550        done
    546551fi
     552
     553# Clean up execution directory
     554rm -f $ISSM_DIR/execution/*
    547555#}}}
Note: See TracChangeset for help on using the changeset viewer.