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

Unified Diff: testing/scripts/run_telemetry_as_googletest.py

Issue 2521353003: Remove build_dir arg from xvfb.py (Closed)
Patch Set: Rebase again Created 4 years 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 | « testing/chromoting/browser_test_commands_linux.txt ('k') | testing/xvfb.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/scripts/run_telemetry_as_googletest.py
diff --git a/testing/scripts/run_telemetry_as_googletest.py b/testing/scripts/run_telemetry_as_googletest.py
index 77f45e8bbc5e7f760be91abe4751827e991b8e9f..8d3a3886f48f340f73b2a2fa2ccf693c9389ecec 100755
--- a/testing/scripts/run_telemetry_as_googletest.py
+++ b/testing/scripts/run_telemetry_as_googletest.py
@@ -67,7 +67,7 @@ def main():
cmd = [sys.executable] + rest_args + sharding_args + [
'--write-full-results-to', args.isolated_script_test_output]
if args.xvfb:
- return xvfb.run_executable(cmd, '.', env)
+ return xvfb.run_executable(cmd, env)
else:
return common.run_command(cmd, env=env)
« no previous file with comments | « testing/chromoting/browser_test_commands_linux.txt ('k') | testing/xvfb.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698