Index: net/test/remote_test_server.cc |
diff --git a/net/test/remote_test_server.cc b/net/test/remote_test_server.cc |
index 178b174d260a7356db5eef1c2d4ec724c4004f39..a118ee9693bc31800948293e45f79095a63c9507 100644 |
--- a/net/test/remote_test_server.cc |
+++ b/net/test/remote_test_server.cc |
@@ -29,7 +29,7 @@ namespace { |
// to a single testing device. |
// The mapping between the test server spawner and the individual Python test |
// servers is written to a file on the device prior to executing any tests. |
-const char kTestServerPortInfoFile[] = "/data/local/tmp/net-test-server-ports"; |
+const char kTestServerPortInfoFile[] = "/sdcard/net-test-server-ports"; |
Ryan Sleevi
2012/08/30 02:49:03
Is there a reason this doesn't make use of base_pa
nilesh
2012/08/30 17:21:55
Done.
|
// Please keep it sync with dictionary SERVER_TYPES in testserver.py |
std::string GetServerTypeString(BaseTestServer::Type type) { |