Skip to content

Commit 83fe038

Browse files
remove debug line
1 parent 2ae004f commit 83fe038

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

l10n_CM/run_l10n.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ 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)
142141
# true failure instead of run not being reportable.
143142
if e.returncode != 2:
144143
if os.environ.get("FX_L10N") and os.environ.get("TEST_EXIT_CODE") == "0":

0 commit comments

Comments
 (0)