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:
parent
e6b475c523
commit
d45ad93440
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user