diff options
Diffstat (limited to 'test/infra/android/test-controller.el')
| -rw-r--r-- | test/infra/android/test-controller.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/infra/android/test-controller.el b/test/infra/android/test-controller.el index 07c6f0e5ba0..34a0e9bfe33 100644 --- a/test/infra/android/test-controller.el +++ b/test/infra/android/test-controller.el | |||
| @@ -1910,7 +1910,7 @@ this machine and an SSH daemon be executing on the host)." | |||
| 1910 | (with-demoted-errors "Winding up failed connection: %S" | 1910 | (with-demoted-errors "Winding up failed connection: %S" |
| 1911 | (ats-adb "-s" device "forward" "--remove" | 1911 | (ats-adb "-s" device "forward" "--remove" |
| 1912 | (format "tcp:%d" host-port))) | 1912 | (format "tcp:%d" host-port))) |
| 1913 | (signal (car err) (cdr err)))))))))) | 1913 | (signal err))))))))) |
| 1914 | 1914 | ||
| 1915 | 1915 | ||
| 1916 | 1916 | ||