зеркало из https://github.com/mozilla/gecko-dev.git
Bug 857252 - testing-modules-dir is not defined. r=gps
This commit is contained in:
Родитель
818ceb20c7
Коммит
73182c8787
|
@ -358,7 +358,7 @@ See <http://mochikit.com/doc/html/MochiKit/Logging.html> for details on the logg
|
||||||
options.testingModulesDir = os.path.normpath(options.testingModulesDir)
|
options.testingModulesDir = os.path.normpath(options.testingModulesDir)
|
||||||
|
|
||||||
if not os.path.isabs(options.testingModulesDir):
|
if not os.path.isabs(options.testingModulesDir):
|
||||||
options.testingModulesDir = os.path.abspath(testingModulesDir)
|
options.testingModulesDir = os.path.abspath(options.testingModulesDir)
|
||||||
|
|
||||||
if not os.path.isdir(options.testingModulesDir):
|
if not os.path.isdir(options.testingModulesDir):
|
||||||
self.error('--testing-modules-dir not a directory: %s' %
|
self.error('--testing-modules-dir not a directory: %s' %
|
||||||
|
|
Загрузка…
Ссылка в новой задаче