Bug 1036557 - Fix 'make check' with no MOZ_OBJDIR; r=glandium

This commit is contained in:
Mike Shal 2014-07-07 19:55:51 -04:00
parent ae2830d64c
commit 880e17ce86

View File

@ -12,7 +12,7 @@ from StringIO import StringIO
from xml.etree.ElementTree import ElementTree
from mozbuild.base import MozbuildObject
os.environ.pop('MOZ_OBJDIR')
os.environ.pop('MOZ_OBJDIR', None)
build_obj = MozbuildObject.from_environment()
from runxpcshelltests import XPCShellTests