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

Unified Diff: build/android/pylib/test_package.py

Issue 11536006: Android: fix breakpad_unittests execution. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 8 years 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
Index: build/android/pylib/test_package.py
diff --git a/build/android/pylib/test_package.py b/build/android/pylib/test_package.py
index f2bea72ddd7a89c3e46ab62e090482880cea5fd6..da1e4973cd4ea96e47fd54adf21bcdbf0fa87f67 100644
--- a/build/android/pylib/test_package.py
+++ b/build/android/pylib/test_package.py
@@ -133,6 +133,10 @@ class TestPackage(object):
self.adb.PushIfNeeded(
self.test_suite_dirname + '/content_resources.pak',
external_storage + '/paks/content_resources.pak')
+ if self.test_suite_basename == 'breakpad_unittests':
+ self.adb.PushIfNeeded(
+ self.test_suite_dirname + '/linux_dumper_unittest_helper',
+ constants.TEST_EXECUTABLE_DIR + '/linux_dumper_unittest_helper')
def _WatchTestOutput(self, p):
"""Watches the test output.
« no previous file with comments | « build/android/gtest_filter/breakpad_unittests_disabled ('k') | build/android/pylib/test_package_executable.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698