summaryrefslogtreecommitdiffstats
path: root/build/android
diff options
context:
space:
mode:
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