visual tests: don't exit without reporting

This commit is contained in:
Dane Springmeyer 2014-08-21 23:36:51 -07:00
parent 5651a8b9db
commit bfedde3cc6

View file

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