Skip to content

Commit c09d0cf

Browse files
zsimicCopilot
andauthored
Record args correctly
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1f61d78 commit c09d0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def run_program(self, cmd, *args, announce=False, dryrun=False):
256256
if dryrun:
257257
return setupmeta.run_program("git", cmd, *args, announce=announce, dryrun=dryrun)
258258

259-
result = setupmeta.RunResult(program="git", args=args)
259+
result = setupmeta.RunResult(program="git", args=(cmd, *args))
260260
if cmd in ("fetch", "add", "commit"):
261261
return result
262262

0 commit comments

Comments
 (0)