Changeset 25926


Ignore:
Timestamp:
01/05/21 13:06:49 (4 years ago)
Author:
jdquinn
Message:

BUG: Need to export MATLAB_PATH so that it is available to example_tests; not running UQ example until it is fixed

Location:
issm/trunk-jpl/jenkins
Files:
2 edited

Legend:

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

    r25925 r25926  
    616616                elif [ "${dir}" == "./UncertaintyQuantification" ]; then
    617617                        sed -i '.bak' 's|steps=\[1\];|steps=\[1:7\];\n\ntry\n|' $RUNME_FILE
    618                         RUN_EXAMPLE=1
     618                        RUN_EXAMPLE=0
    619619                else
    620620                        echo "Not implemented yet!"
  • issm/trunk-jpl/jenkins/jenkins.sh

    r25924 r25926  
    424424# {{{
    425425if [ $EXAMPLES_TEST -eq 1 ]; then
     426        export MATLAB_PATH
    426427        $ISSM_DIR/jenkins/examples_tests.sh
    427428fi
Note: See TracChangeset for help on using the changeset viewer.