зеркало из https://github.com/mozilla/gecko-dev.git
Bug 650535 - bustage fix for missing right paren
This commit is contained in:
Родитель
4575405e49
Коммит
3803a0a40b
|
@ -671,7 +671,7 @@ class Mochitest(object):
|
||||||
self.automation.log.info("INFO | runtests.py | Received keyboard interrupt.\n");
|
self.automation.log.info("INFO | runtests.py | Received keyboard interrupt.\n");
|
||||||
status = -1
|
status = -1
|
||||||
except:
|
except:
|
||||||
self.automation.log.info("INFO | runtests.py | Received unexpected exception while running application '%s'\n" % (sys.exc_info()[1])
|
self.automation.log.info("INFO | runtests.py | Received unexpected exception while running application '%s'\n" % (sys.exc_info()[1]))
|
||||||
status = 1
|
status = 1
|
||||||
|
|
||||||
if options.vmwareRecording:
|
if options.vmwareRecording:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче