visual tests: don't exit without reporting
This commit is contained in:
parent
5651a8b9db
commit
bfedde3cc6
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ class Reporting:
|
|||
def summary(self):
|
||||
if self.passed == 0:
|
||||
print '\nNOTICE: No valid visual tests were run'
|
||||
return 0
|
||||
#return 0
|
||||
if len(self.errors) == 0:
|
||||
print '\nAll %s visual tests passed: \x1b[1;32m✓ \x1b[0m' % self.passed
|
||||
return 0
|
||||
|
|
Loading…
Reference in a new issue