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

Unified Diff: content/test/gpu/run_gpu_tests

Issue 17438002: [telemetry] test_runner and run_benchmarks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update docs? Created 7 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 | tools/perf/benchmarks/__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 2ebb6ff8544b4f366fed5806cab9035e5f0a9462..54ccf02d0dfbe4c4adb8667c20b1e630a5bf87ab 100755
--- a/content/test/gpu/run_gpu_tests
+++ b/content/test/gpu/run_gpu_tests
@@ -40,9 +40,8 @@ if __name__ == '__main__':
'test/gpu/gpu_tests/bootstrap_deps')
import gpu_tests
from telemetry.page import page_test_runner
- test_dir = os.path.join(os.path.dirname(__file__), 'gpu_tests')
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(os.path.dirname(__file__), page_set_filenames))
« no previous file with comments | « no previous file | tools/perf/benchmarks/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698