mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
...
This commit is contained in:
parent
85b6053380
commit
e69b02ad46
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ def run_tests() -> None:
|
|||
|
||||
if args.name:
|
||||
tests = filter_tests_by_name(tests, *args.name)
|
||||
if not tests._tests:
|
||||
if not tests._tests and not go_pkgs:
|
||||
raise SystemExit('No test named %s found' % args.name)
|
||||
python_tests_ok = run_cli(tests, args.verbosity)
|
||||
exit_code = 0 if python_tests_ok else 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue