Changeset 23153


Ignore:
Timestamp:
08/21/18 13:27:24 (7 years ago)
Author:
kruegern
Message:

BUG: modified linux64_ross by mistake

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

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

    r23151 r23153  
    6363#by Matlab and runme.m
    6464#ex: "'id',[101 102 103]"
    65 PYTHON_NROPTIONS="-exclude_name 'Dakota'"
     65PYTHON_NROPTIONS="--exclude_name 'Dakota'"
    6666MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota')]"
  • issm/trunk-jpl/test/NightlyRun/IdToName.py

    r23149 r23153  
    88               name=IdToName(test_id)
    99        """
    10         #try:
    1110        infile = open('test' + str(test_id) + '.py','r')
    1211        file_text = infile.readline()
     
    1514        name = file_text[len(string)+1:-1]
    1615        return name
    17         #except IOError:
    18                 # no test with that name, so ignore it
    19                 #return None
Note: See TracChangeset for help on using the changeset viewer.