mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Fix running of test suite inside kitty
This commit is contained in:
parent
2d8113e0e0
commit
8f3174038b
1 changed files with 1 additions and 0 deletions
1
test.py
1
test.py
|
|
@ -36,6 +36,7 @@ def main() -> None:
|
|||
XDG_CONFIG_DIRS=os.path.join(tdir, '.config'),
|
||||
XDG_DATA_DIRS=os.path.join(tdir, '.local', 'xdg'),
|
||||
XDG_CACHE_HOME=os.path.join(tdir, '.cache'),
|
||||
KITTY_PREWARM_SOCKET='',
|
||||
):
|
||||
m = importlib.import_module('kitty_tests.main')
|
||||
getattr(m, 'run_tests')()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue