Index: Tools/Scripts/webkitpy/layout_tests/port/android.py |
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/android.py b/Tools/Scripts/webkitpy/layout_tests/port/android.py |
index 65feb52e02ddb845a9b6049d55eef09621464d5c..291ff3eaac1a3db61ee3fc697b130b6779104457 100644 |
--- a/Tools/Scripts/webkitpy/layout_tests/port/android.py |
+++ b/Tools/Scripts/webkitpy/layout_tests/port/android.py |
@@ -308,7 +308,7 @@ class AndroidCommands(object): |
@staticmethod |
def _determine_adb_version(adb_command_path, executive, debug_logging): |
- re_version = re.compile('^.*version ([\d\.]+)$') |
+ re_version = re.compile('^.*version ([\d\.]+)') |
try: |
output = executive.run_command([adb_command_path, 'version'], error_handler=executive.ignore_error, |
debug_logging=debug_logging) |