Skip to content

Commit bf22fd2

Browse files
authored
Improve debug log printing on EMTEST_BROWSER. (#25268)
1 parent 67603e9 commit bf22fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2550,7 +2550,7 @@ def browser_open(cls, url):
25502550
elif is_firefox():
25512551
config = FirefoxConfig()
25522552
else:
2553-
exit_with_error("EMTEST_BROWSER_AUTO_CONFIG only currently works with firefox or chrome.")
2553+
exit_with_error(f'EMTEST_BROWSER_AUTO_CONFIG only currently works with firefox or chrome. EMTEST_BROWSER was "{EMTEST_BROWSER}"')
25542554
if WINDOWS:
25552555
# Escape directory delimiter backslashes for shlex.split.
25562556
browser_data_dir = browser_data_dir.replace('\\', '\\\\')

0 commit comments

Comments
 (0)