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

Unified Diff: build/android/test_package_apk.py

Issue 10398049: Put commandline for apk tests in /data/local/tmp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | testing/android/native_test_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/test_package_apk.py
diff --git a/build/android/test_package_apk.py b/build/android/test_package_apk.py
index 120fdf5f2f4deacb2747664bf3cf5f6d40106347..62b8edf0d2fbee856141dfee8c13d027f34f6e0a 100644
--- a/build/android/test_package_apk.py
+++ b/build/android/test_package_apk.py
@@ -46,7 +46,7 @@ class TestPackageApk(TestPackage):
command_line_file.write(self.test_suite_basename + ' ' + options)
command_line_file.flush()
self.adb.PushIfNeeded(command_line_file.name,
- TestPackageApk.APK_DATA_DIR +
+ '/data/local/tmp/' +
'chrome-native-tests-command-line')
def _GetGTestReturnCode(self):
« no previous file with comments | « no previous file | testing/android/native_test_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698