bustage fix for leak test builds - need to run fix-*-stack.pl for mac/linux builds
git-svn-id: svn://10.0.0.236/trunk@253551 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
029072bff4
commit
65a472ce2a
@ -337,7 +337,7 @@ class MercurialBuildFactory(BuildFactory):
|
||||
'--depth=15 --use-address /dev/null sdleak.log '
|
||||
'> sdleak.tree']
|
||||
)
|
||||
if self.platform not in ('macosx', 'linux'):
|
||||
if self.platform in ('macosx', 'linux'):
|
||||
self.addStep(ShellCommand,
|
||||
env=self.env,
|
||||
workdir='.',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user