Skip to content

Commit

Permalink
Merge pull request #1010 from xutian/fix_client_setup
Browse files Browse the repository at this point in the history
client.setup: install autotest client tests deps
  • Loading branch information
lmr committed Jun 7, 2016
2 parents 888233f + 73221d6 commit 14d341b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ def _get_files(path):


def get_filelist():
pd_filelist = ['config/*']
pd_filelist = ['config/*', 'deps/*']
pd_filelist.extend(_get_files(os.path.join(client_dir, 'deps')))
pd_filelist.extend(_get_files(os.path.join(client_dir, 'profilers')))
pd_filelist.extend(_get_files(os.path.join(client_dir, 'tools')))
pd_filelist.extend(_get_files(os.path.join(client_dir, 'shared', 'templates')))
Expand Down

0 comments on commit 14d341b

Please sign in to comment.