Changeset 1eca806 in flex_extract.git for source/python/install.py


Ignore:
Timestamp:
Dec 14, 2018, 11:49:44 AM (5 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
f2616a3
Parents:
bf48c8a
Message:

added test directory to installation tar file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/python/install.py

    rbf48c8a r1eca806  
    322322                    for x in UioFiles(_config.PATH_REL_CONTROLFILES,
    323323                                      'CONTROL*').files]
     324    testfiles = [os.path.relpath(x, ecd)
     325                 for x in UioFiles(_config.PATH_REL_TEST , '*').files]
    324326    tempfiles = [os.path.relpath(x, ecd)
    325327                 for x in UioFiles(_config.PATH_REL_TEMPLATES , '*.temp').files]
     
    339341    filelist = pyfiles + pytestfiles + controlfiles + tempfiles + nlfiles + \
    340342               ffiles + gribtable + hfiles + makefiles + ECMWF_ENV_FILE + \
    341                runfile + jobdir + \
     343               runfile + jobdir + testfiles +\
    342344               ['CODE_OF_CONDUCT.md', 'LICENSE.md', 'README.md']
    343345
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG