summaryrefslogtreecommitdiffstats
path: root/build/android
diff options
context:
space:
mode:
authorbulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-16 14:01:12 +0000
committerbulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-16 14:01:12 +0000
commit865a47a5a4cd7e4945b397ba48d3851eb7153c5c (patch)
tree235af528800f7118b70277c74dfb02dd5d0d4303 /build/android
parent8b299d9699406294b633d060a992807a9a36789b (diff)
downloadchromium_src-865a47a5a4cd7e4945b397ba48d3851eb7153c5c.zip
chromium_src-865a47a5a4cd7e4945b397ba48d3851eb7153c5c.tar.gz
chromium_src-865a47a5a4cd7e4945b397ba48d3851eb7153c5c.tar.bz2
Android: removes buildtype following crrev.com/217855
Fixes perf runners. BUG=260494 TBR=craigdh@chromium.org Review URL: https://chromiumcodereview.appspot.com/23285002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218013 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/android')
-rwxr-xr-xbuild/android/test_runner.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index 0c22d7f8..f9f212f 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