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:
bhearsum%mozilla.com 2008-08-12 18:34:40 +00:00
parent 029072bff4
commit 65a472ce2a

View File

@ -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='.',