aboutsummaryrefslogtreecommitdiffstats
path: root/python/mach_bootstrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/mach_bootstrap.py')
-rw-r--r--python/mach_bootstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/mach_bootstrap.py b/python/mach_bootstrap.py
index 4bbd1fe7d95..65c34415b8a 100644
--- a/python/mach_bootstrap.py
+++ b/python/mach_bootstrap.py
@@ -119,7 +119,7 @@ def _process_exec(args):
err.seek(0)
shutil.copyfileobj(err, sys.stdout)
- sys.exit()
+ sys.exit(1)
def wpt_path(is_firefox, topdir, *paths):