mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-11 14:28:42 +00:00
Bug 1036557 - Fix 'make check' with no MOZ_OBJDIR; r=glandium
This commit is contained in:
parent
ae2830d64c
commit
880e17ce86
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user