Skip to content

Commit d73c1b9

Browse files
test all
1 parent 49232ae commit d73c1b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

l10n_CM/run_l10n.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ def run_tests(reg, site, flg, all_tests):
138138
logging.info(f"{reg} region on {site} site has no tests.")
139139
except subprocess.CalledProcessError as e:
140140
logging.warning(f"Test run failed with exit code: {e.returncode}")
141+
sys.exit(e.returncode)
141142
# true failure instead of run not being reportable.
142143
if e.returncode != 2:
143144
if os.environ.get("FX_L10N") and os.environ.get("TEST_EXIT_CODE") == "0":

0 commit comments

Comments
 (0)