Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Merge bustage fix
Browse files Browse the repository at this point in the history
--HG--
branch : production-0.8
  • Loading branch information
bhearsum committed Jan 23, 2012
2 parents ba2b793 + 56e9a5f commit d8089cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions process/factory.py
Expand Up @@ -1366,8 +1366,8 @@ def addLeakTestStepsCommon(self, baseUrl, leakEnv, graphAndUpload):
# Notice the '/' after the ':'. This prevents windows from trying to modify
# the path
'%s:/%s/%s ' % (self.stageServer, self.stageBasePath,
self.logUploadDir)) +
'malloc.log sdleak.tree' ]
self.logUploadDir) +
'malloc.log sdleak.tree') ]
self.addStep(ShellCommand(
name='upload_logs',
env=self.env,
Expand Down

0 comments on commit d8089cc

Please sign in to comment.