mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 857252 - testing-modules-dir is not defined. r=gps
This commit is contained in:
parent
d3dbb10cd3
commit
1a86ca2b35
@ -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)
|
||||
|
||||
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):
|
||||
self.error('--testing-modules-dir not a directory: %s' %
|
||||
|
Loading…
Reference in New Issue
Block a user