You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix two problems with test browser configuring refactor:
1. Each run of non-browser suites would print `"No EMTEST_BROWSER set.
Defaulting to google-chrome"`. Simplest way is to remove this print.
There is already a print `logger.info('Launching browser: %s',
str(browser_args))` later down the line, so it should be fairly explicit
what browser cmdline is being run.
2. if user has no EMTEST_BROWSER set, then on Windows line 2479 would
throw on the `'"' not in EMTEST_BROWSER` check, when `EMTEST_BROWSER`
was still `None`.
0 commit comments