diff options
| author | Stefan Monnier | 2026-03-09 10:34:05 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2026-03-09 10:34:05 -0400 |
| commit | 0487d68ab9992be4fa70cfd908909001f71e66af (patch) | |
| tree | 8c93da3b94717d184f88277e277de949ecb2fb9c /test/infra/android/test-controller.el | |
| parent | 798dceb467d4ead092979822f24090c8378f8320 (diff) | |
| download | emacs-scratch/error-API.tar.gz emacs-scratch/error-API.zip | |
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 | ||