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

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

Issue 10836323: Change Android build configurations (step 2). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
Index: build/android/pylib/chrome_test_server_spawner.py
diff --git a/build/android/pylib/chrome_test_server_spawner.py b/build/android/pylib/chrome_test_server_spawner.py
index 75a61c1a67ae42f1052197d1c0f9069e0a34fd06..f25de74ea3c48a50495f95404df16a41b23d7e4b 100644
--- a/build/android/pylib/chrome_test_server_spawner.py
+++ b/build/android/pylib/chrome_test_server_spawner.py
@@ -102,7 +102,6 @@ class SpawningServer(object):
def Listen(self):
logging.info('Starting test server spawner')
- self.server.serve_forever()
Satish 2012/08/20 11:24:31 how is this change related to the rest of this CL?
Xianzhu 2012/08/20 17:54:58 Thanks for the catch! Fixed.
def Start(self):
listener_thread = threading.Thread(target=self.Listen)

Powered by Google App Engine
This is Rietveld 408576698