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

Unified Diff: build/android/pylib/test_package_executable.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
« no previous file with comments | « build/android/pylib/test_package.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/test_package_executable.py
diff --git a/build/android/pylib/test_package_executable.py b/build/android/pylib/test_package_executable.py
index a11c768fbbb9b1f37dbeb95a04dfc3a914632a54..0f2a369e05a2e147a3dbceabd623eae26a49b0a4 100644
--- a/build/android/pylib/test_package_executable.py
+++ b/build/android/pylib/test_package_executable.py
@@ -48,7 +48,7 @@ class TestPackageExecutable(TestPackage):
ret_code_file = tempfile.NamedTemporaryFile()
try:
if not self.adb.Adb().Pull(
- self.adb.GetExternalStorage() + '/' +
+ constants.TEST_EXECUTABLE_DIR + '/' +
TestPackageExecutable._TEST_RUNNER_RET_VAL_FILE,
ret_code_file.name):
logging.critical('Unable to pull gtest ret val file %s',
« no previous file with comments | « build/android/pylib/test_package.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698