Don't skip freezing qutebrowser/html for tests.
This commit is contained in:
parent
044a63d4a4
commit
641c09c011
@ -64,11 +64,11 @@ def get_build_exe_options(skip_html=False):
|
|||||||
('qutebrowser/img', 'img'),
|
('qutebrowser/img', 'img'),
|
||||||
('qutebrowser/git-commit-id', 'git-commit-id'),
|
('qutebrowser/git-commit-id', 'git-commit-id'),
|
||||||
('qutebrowser/utils/testfile', 'utils/testfile'),
|
('qutebrowser/utils/testfile', 'utils/testfile'),
|
||||||
|
('qutebrowser/html', 'html'),
|
||||||
]
|
]
|
||||||
|
|
||||||
if not skip_html:
|
if not skip_html:
|
||||||
include_files += [
|
include_files += [
|
||||||
('qutebrowser/html', 'html'),
|
|
||||||
('qutebrowser/html/doc', 'html/doc'),
|
('qutebrowser/html/doc', 'html/doc'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user