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…
Reference in a new issue