Don't suppress build errors.

This commit is contained in:
Josh Matthews 2019-07-03 15:29:56 -04:00 committed by GitHub
parent 661170c61c
commit fc8c428993
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -535,7 +535,6 @@ class MachCommands(CommandBase):
target=target, android=android, magicleap=magicleap, libsimpleservo=libsimpleservo, target=target, android=android, magicleap=magicleap, libsimpleservo=libsimpleservo,
features=features, **kwargs features=features, **kwargs
) )
status = 0
elapsed = time() - build_start elapsed = time() - build_start