mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 08:18:08 +02:00
...
This commit is contained in:
@@ -155,7 +155,7 @@ def run_go(packages: Set[str], names: str) -> 'subprocess.Popen[bytes]':
|
||||
def reduce_go_pkgs(module: str, names: Sequence[str]) -> Set[str]:
|
||||
if not go_exe():
|
||||
print('Skipping Go tests as go exe not found', file=sys.stderr)
|
||||
return
|
||||
return set()
|
||||
go_packages, go_functions = find_testable_go_packages()
|
||||
if module:
|
||||
go_packages &= {module}
|
||||
|
||||
Reference in New Issue
Block a user