aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2019-07-03 15:29:56 -0400
committerGitHub <noreply@github.com>2019-07-03 15:29:56 -0400
commitfc8c428993453b4f1f6283f31aca71b6a6563979 (patch)
tree9a5203820506e474273ab9e88d003e749c0e3646 /python/servo/build_commands.py
parent661170c61c2184dcd9caede1b1582f6636a748ef (diff)
downloadservo-fc8c428993453b4f1f6283f31aca71b6a6563979.tar.gz
servo-fc8c428993453b4f1f6283f31aca71b6a6563979.zip
Don't suppress build errors.
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r--python/servo/build_commands.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py
index 3937b73efd0..647109512b8 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -535,7 +535,6 @@ class MachCommands(CommandBase):
target=target, android=android, magicleap=magicleap, libsimpleservo=libsimpleservo,
features=features, **kwargs
)
- status = 0
elapsed = time() - build_start