Bug 1103159 - Dealing with the error: UnboundLocalError: local variable 'result' referenced before assignment. r=jmaher

This commit is contained in:
Vaibhav Agrawal 2014-12-19 11:58:00 +01:00
Родитель ae85f164f2
Коммит 6cc2b1a36d
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1755,6 +1755,7 @@ class Mochitest(MochitestUtilsMixin):
options.totalChunks = None
options.thisChunk = None
options.chunkByDir = 0
result = 1 # default value, if no tests are run.
inputTestPath = self.getTestPath(options)
for dir in dirs:
if inputTestPath and not inputTestPath.startswith(dir):