Index: build/android/pylib/gtest/test_package.py |
diff --git a/build/android/pylib/gtest/test_package.py b/build/android/pylib/gtest/test_package.py |
index 4042a98a1320ef0e58b12cbfba279f8559b70afc..f18085e7f4cc80c1c43cdff006b620e908f07026 100644 |
--- a/build/android/pylib/gtest/test_package.py |
+++ b/build/android/pylib/gtest/test_package.py |
@@ -45,11 +45,12 @@ class TestPackage(object): |
def GetGTestReturnCode(self, _device): |
return None |
- def SpawnTestProcess(self, device): |
+ def SpawnTestProcess(self, device, tests_run_in_subthread): |
"""Spawn the test process. |
Args: |
device: Instance of DeviceUtils. |
+ tests_run_in_subthread: true if the tests should run in a subthread. |
Returns: |
An instance of pexpect spawn class. |