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

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

Issue 10896050: Android: Use external storage for test data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 3 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 | « build/android/pylib/base_test_runner.py ('k') | build/android/pylib/single_test_runner.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/constants.py
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
index 93e4502ea8cf0210294fe15293b20442a05e88c1..bcda0e26d8d228ef51185270e9045350b85dbca9 100644
--- a/build/android/pylib/constants.py
+++ b/build/android/pylib/constants.py
@@ -36,6 +36,5 @@ TEST_SERVER_PORT_LAST = 30000
TEST_SERVER_PORT_FILE = '/tmp/test_server_port'
TEST_SERVER_PORT_LOCKFILE = '/tmp/test_server_port.lock'
-# TODO(nileshagrawal): Move test data location to /sdcard
-TEST_DATA_DIR = '/data/local/tmp'
+TEST_DATA_DIR = '/sdcard'
TEST_EXECUTABLE_DIR = '/data/local/tmp'
« no previous file with comments | « build/android/pylib/base_test_runner.py ('k') | build/android/pylib/single_test_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698