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: build/android/test_runner.py

Issue 23285002: Android: removes buildtype following crrev.com/217855 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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: build/android/test_runner.py
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index 0c22d7f857b9077d9d84dc4f4784d9148f652671..f9f212fb95d87b912a74e45d1412e631aa8c933a 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -597,8 +597,7 @@ def _RunPerfTests(options, error_func):
report_results.LogFull(
results=results,
test_type='Perf',
- test_package='Perf',
- build_type=options.build_type)
+ test_package='Perf')
# Always return 0 on the sharding stage. Individual tests exit_code
# will be returned on the print_step stage.
return 0
« 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