From 865a47a5a4cd7e4945b397ba48d3851eb7153c5c Mon Sep 17 00:00:00 2001 From: "bulach@chromium.org" Date: Fri, 16 Aug 2013 14:01:12 +0000 Subject: 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 --- build/android/test_runner.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build/android') 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 -- cgit v1.1