cmdtest.spawn_wrapper(): make cmd a keyword arg

This commit is contained in:
The MMGen Project 2025-03-17 10:16:13 +00:00
commit 79e008ce43
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
10 changed files with 33 additions and 37 deletions

View file

@ -543,7 +543,7 @@ class CmdTestRunner:
def spawn_wrapper(
self,
cmd,
cmd = '',
args = [],
extra_desc = '',
no_output = False,