Index: build/android/run_browser_tests.py |
diff --git a/build/android/run_browser_tests.py b/build/android/run_browser_tests.py |
index 045894da49d772746adac93d64bb64ee28586bc3..6f6003dcbc6da1f30219f43949439832286b8074 100755 |
--- a/build/android/run_browser_tests.py |
+++ b/build/android/run_browser_tests.py |
@@ -16,7 +16,7 @@ from pylib import cmd_helper |
if __name__ == '__main__': |
args = ['python', |
os.path.join(os.path.dirname(__file__), 'test_runner.py'), |
- 'content_browsertests'] + sys.argv[1:] |
+ 'gtest', '-s', 'content_browsertests'] + sys.argv[1:] |
logging.warning('*' * 80) |
logging.warning('This script is deprecated and will be removed soon.') |
logging.warning('Use the following instead: %s', ' '.join(args)) |