зеркало из https://github.com/mozilla/gecko-dev.git
Bug 942377 - Fix check_mkdir.tpy with mozmake. r=mshal
This commit is contained in:
Родитель
8720c4ae55
Коммит
29056e837a
|
@ -98,8 +98,8 @@ def checkMkdir(work, debug=False):
|
|||
|
||||
logging.debug("Testing: checkMkdir")
|
||||
|
||||
# On Windows + Pymake, don't convert paths to POSIX
|
||||
skipposix = sys.platform == "win32" and os.environ.get(".PYMAKE") == "1"
|
||||
# On Windows, don't convert paths to POSIX
|
||||
skipposix = sys.platform == "win32"
|
||||
if skipposix:
|
||||
path = os.path.abspath(__file__)
|
||||
dirname_fun = os.path.dirname
|
||||
|
|
Загрузка…
Ссылка в новой задаче