Run the test suite using the kitty binary

This commit is contained in:
Kovid Goyal
2022-07-05 21:04:39 +05:30
parent fb8eb69c20
commit 4b63ee036e
2 changed files with 2 additions and 14 deletions

View File

@@ -1538,9 +1538,7 @@ def main() -> None:
args.prefix = os.path.abspath(args.prefix)
os.chdir(base)
if args.action == 'test':
os.execlp(
sys.executable, sys.executable, 'test.py'
)
os.execlp('kitty', 'kitty', '+launch', 'test.py')
if args.action == 'clean':
clean()
return