Skip to content

Commit d3e738f

Browse files
authored
Merge pull request #468 from nix-community/buildbot-nix-toml
repo_config: switch stdioLogName back to None
2 parents 5351893 + 2e08637 commit d3e738f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot_nix/buildbot_nix/repo_config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async def extract_during_step(cls, buildstep: BuildStepShellMixin) -> Self:
2828
cmd = await buildstep.makeRemoteShellCommand(
2929
collectStdout=True,
3030
collectStderr=True,
31-
stdioLogName="stdio",
31+
stdioLogName=None,
3232
# TODO: replace this with something like buildbot.steps.transfer.StringUpload
3333
# in the future... this one doesn't not exist yet.
3434
command=[

0 commit comments

Comments
 (0)