Skip to content

Commit a2b61f3

Browse files
log in run_l10n
1 parent d69461a commit a2b61f3

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
@@ -83,6 +83,7 @@ def run_tests(reg, site, flg, all_tests):
8383
try:
8484
if len(all_tests) > 0:
8585
logging.info(f"Tests for {reg} region on {site} page.")
86+
logging.warning(f"Running the tests: {all_tests} with flags: {flg}")
8687
os.environ["CM_SITE"] = site
8788
os.environ["FX_REGION"] = reg
8889
subprocess.run(["pytest", *flg, *all_tests], check=True, text=True)

0 commit comments

Comments
 (0)