зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1103159 - Dealing with the error: UnboundLocalError: local variable 'result' referenced before assignment. r=jmaher
This commit is contained in:
Родитель
ae85f164f2
Коммит
6cc2b1a36d
|
@ -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):
|
||||
|
|
Загрузка…
Ссылка в новой задаче