Index: build/android/pylib/single_test_runner.py |
diff --git a/build/android/pylib/single_test_runner.py b/build/android/pylib/single_test_runner.py |
index e2437050d8ddaa18260747a22ccd86b92cdbd693..aa76cf0706789bb60b32f78f11da7d0f07d35edd 100644 |
--- a/build/android/pylib/single_test_runner.py |
+++ b/build/android/pylib/single_test_runner.py |
@@ -48,6 +48,7 @@ class SingleTestRunner(BaseTestRunner): |
self.dump_debug_info = None |
self.fast_and_loose = fast_and_loose |
+ logging.warning('Test suite: ' + test_suite) |
Xianzhu
2012/08/10 04:15:44
This is printed because I think it's important to
|
if os.path.splitext(test_suite)[1] == '.apk': |
self.test_package = TestPackageApk(self.adb, device, |
test_suite, timeout, rebaseline, performance_test, cleanup_test_files, |