Auto merge of #23701 - servo:jdm-patch-30, r=Manishearth

Don't suppress build errors.

This is a regression from #23676.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23701)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-07-03 18:05:24 -04:00 committed by GitHub
commit c9d7b4e726
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,
features=features, **kwargs
)
status = 0
elapsed = time() - build_start