Bug 857252 - testing-modules-dir is not defined. r=gps

This commit is contained in:
Joel Maher 2013-04-16 08:33:30 -04:00
parent d3dbb10cd3
commit 1a86ca2b35

View File

@ -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' %