Skip to content

Commit

Permalink
FIXED!, with an exclamation mark, tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasofthings committed Mar 28, 2015
1 parent 1dc73ea commit aa47d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feedtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
print("MySQL has gone away.")
else:
raise MySQLdb.OperationalError(e)
return
sys.exit(0)
if failures:
sys.exit(failures)

0 comments on commit aa47d98

Please sign in to comment.