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

Unified Diff: content/test/gpu/run_gpu_tests

Issue 14359012: Telemetry: Add option to create a dirty profile as part of a test run (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Small fix to unit tests Created 7 years, 7 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 | tools/perf/profile_creators/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/run_gpu_tests
diff --git a/content/test/gpu/run_gpu_tests b/content/test/gpu/run_gpu_tests
index 099dbae09bb731d444f20a2eaf010e3ff1ce29f8..2ebb6ff8544b4f366fed5806cab9035e5f0a9462 100755
--- a/content/test/gpu/run_gpu_tests
+++ b/content/test/gpu/run_gpu_tests
@@ -45,4 +45,4 @@ if __name__ == '__main__':
import page_sets # pylint: disable=F0401
page_set_filenames = page_sets.GetAllPageSetFilenames()
- sys.exit(page_test_runner.Main(test_dir, page_set_filenames))
+ sys.exit(page_test_runner.Main(test_dir, '', page_set_filenames))
« no previous file with comments | « no previous file | tools/perf/profile_creators/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698