mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
Bug 674069 - Add missing self reference. r=ted
This commit is contained in:
parent
49158230b0
commit
b40a4a4751
@ -570,8 +570,8 @@ INFO | Failed: %d
|
||||
INFO | Todo: %d""" % (self.passCount, self.failCount, self.todoCount))
|
||||
|
||||
if gotSIGINT and not keepGoing:
|
||||
log.error("TEST-UNEXPECTED-FAIL | Received SIGINT (control-C), so stopped run. " \
|
||||
"(Use --keep-going to keep running tests after killing one with SIGINT)")
|
||||
self.log.error("TEST-UNEXPECTED-FAIL | Received SIGINT (control-C), so stopped run. " \
|
||||
"(Use --keep-going to keep running tests after killing one with SIGINT)")
|
||||
return False
|
||||
return self.failCount == 0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user