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

Unified Diff: build/android/pylib/perf/perf_test_instance.py

Issue 2196343002: [Android] Fix backwards compatibility flags with perf tests running in platform mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/pylib/perf/perf_test_instance.py
diff --git a/build/android/pylib/perf/perf_test_instance.py b/build/android/pylib/perf/perf_test_instance.py
index 17f3fd4543eec3965cece76e0b66e6f4cb6e09a1..426ffaf550385c7703e90e3b2cbddd822a52cfc3 100644
--- a/build/android/pylib/perf/perf_test_instance.py
+++ b/build/android/pylib/perf/perf_test_instance.py
@@ -64,6 +64,10 @@ class PerfTestInstance(test_instance.TestInstance):
self._dry_run = args.dry_run
self._flaky_steps = args.flaky_steps
self._output_dir_archive_path = args.output_dir_archive_path
+ # TODO(rnephew): Get rid of this when everything uses
+ # --output-dir-archive-path
+ if self._output_dir_archive_path is None and args.get_output_dir_archive:
+ self._output_dir_archive_path = args.get_output_dir_archive
self._known_devices_file = args.known_devices_file
self._max_battery_temp = args.max_battery_temp
self._min_battery_level = args.min_battery_level
« 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