bug 403619, pre-land buildbot ticket 126 to fix 'env' for ShellCommands, r=bhearsum

git-svn-id: svn://10.0.0.236/trunk@239321 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
axel%pike.org 2007-11-13 14:40:25 +00:00
parent e6b475c523
commit d45ad93440

View File

@ -111,7 +111,8 @@ class ShellCommand(LoggingBuildStep):
self.addFactoryArguments(workdir=workdir,
description=description,
descriptionDone=descriptionDone,
command=command)
command=command,
**kwargs)
# everything left over goes to the RemoteShellCommand
kwargs['workdir'] = workdir # including a copy of 'workdir'