Changeset 24382


Ignore:
Timestamp:
11/21/19 20:40:47 (5 years ago)
Author:
jdquinn
Message:

BUG: Disabling test418.py while debugging it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/linux64_ross_dakota

    r24333 r24382  
    6868NUMCPUS_RUN=8
    6969
    70 #Nightly run options. The matlab routine runme.m will be called
    71 #as follows: runme($MATLAB_NROPTIONS). The options must be understandable
    72 #by Matlab and runme.m
    73 #ex: "'id',[101 102 103]"
    74 PYTHON_NROPTIONS="--exclude 243 701 702 435 --include_name 'Dakota'"
    75 MATLAB_NROPTIONS="'exclude',[243,701,702,435],'id',[IdFromString('Dakota')]"
     70# Nightly run options
     71#
     72# See documentation in test/NightlyRun/runme.* for more information.
     73#
     74# NOTE:
     75# - See test418.py for reason why it is excluded for now.
     76#
     77PYTHON_NROPTIONS="--exclude 243 418 435 701 702 --include_name 'Dakota'"
     78MATLAB_NROPTIONS="'exclude',[243,435,701,702],'id',[IdFromString('Dakota')]"
Note: See TracChangeset for help on using the changeset viewer.