Bug 674069 - Add missing self reference. r=ted

This commit is contained in:
Josh Matthews 2011-07-26 11:52:35 -04:00
parent 49158230b0
commit b40a4a4751

View File

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