Start failing logs with errors except neutron

Change-Id: Ie9d52cca37fc02cdec506633b055e37c7e35fabe
This commit is contained in:
David Kranz 2013-11-27 14:51:26 -05:00 committed by Gerrit Code Review
parent 3b1c4a6639
commit b705d466bd

View File

@ -125,8 +125,8 @@ def main(opts):
if is_neutron:
print("Currently not failing neutron builds with errors")
return 0
# Return non-zero to start failing builds
return 0
print("FAILED")
return 1
else:
print("ok")
return 0