Changeset 8028176 in flex_extract.git for Source/Python/install.py


Ignore:
Timestamp:
Aug 5, 2020, 8:40:33 AM (4 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
b4ae1d6
Parents:
0a75335
Message:

updated unit tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Source/Python/install.py

    rbbbe1e1 r8028176  
    376376                                      'CONTROL*').files]
    377377    testfiles = [os.path.relpath(x, ecd)
    378                  for x in UioFiles(_config.PATH_REL_TEST, '*').files]
     378                 for x in UioFiles(_config.PATH_REL_TEST+"/Installation", '*').files]
    379379    tempfiles = [os.path.relpath(x, ecd)
    380380                 for x in UioFiles(_config.PATH_REL_TEMPLATES, '*.template').files]
     
    387387    makefiles = [os.path.relpath(x, ecd)
    388388                 for x in UioFiles(_config.PATH_REL_FORTRAN_SRC, 'makefile*').files]
    389     jobdir = [_config.PATH_REL_JOBSCRIPTS]
     389    jobdir = [os.path.relpath(x, ecd)
     390               for x in UioFiles(_config.PATH_REL_JOBSCRIPTS, '*.md').files]
    390391
    391392    # concatenate single lists to one for a better looping
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG