Unreviewed changes
3 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: telemetry/telemetry/internal/backends/chrome/desktop_browser_finder.py
Insertions: 0, Deletions: 1.
@@ -364,7 +364,6 @@
'exact', finder_options, normalized_executable,
is_content_shell,
browser_directory))
- print("#" * 80, browsers)
return browsers
raise exceptions.PathMissingError(
```
Change information
Commit message:
Fix browser detection with custom local build dirs
The browser finder eagerly scans all out/* dirs for known chrome
types. If there are any non-standard names it hard crashes which
blocks us from running tests.
Change-Id: I927b4d643a69555b5c8b83932c460c68f4dadacf
Files:
- M telemetry/telemetry/internal/backends/chrome/desktop_browser_finder.py
- M telemetry/telemetry/internal/browser/possible_browser.py
Change size: S
Delta: 2 files changed, 12 insertions(+), 4 deletions(-)
Branch: refs/heads/main
Submit Requirements:
Code-Review: +1 by Wenbin Zhang