Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(131)

Unified Diff: telemetry/telemetry/record_wpr_unittest.py

Issue 2920223010: telemetry: Add --browser-executable for 'exact'. (Closed)
Patch Set: . Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/record_wpr_unittest.py
diff --git a/telemetry/telemetry/record_wpr_unittest.py b/telemetry/telemetry/record_wpr_unittest.py
index 926dc8f88050c15f9f77ee211325234f25c30177..cce5c9ab9a91bebc00ebadeab7c6c91e88aa00d6 100644
--- a/telemetry/telemetry/record_wpr_unittest.py
+++ b/telemetry/telemetry/record_wpr_unittest.py
@@ -144,6 +144,8 @@ class RecordWprUnitTests(tab_test_case.TabTestCase):
flags = ['--browser', self._browser.browser_type,
'--remote', self._test_options.cros_remote,
'--device', self._device]
+ if self._browser.browser_type == 'exact':
+ flags += ['--browser-executable', self._test_options.browser_executable]
if self._test_options.chrome_root:
flags += ['--chrome-root', self._test_options.chrome_root]
return flags
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698