aboutsummaryrefslogtreecommitdiffstats
path: root/test/infra/android
diff options
context:
space:
mode:
authorStefan Monnier2026-03-09 10:34:05 -0400
committerStefan Monnier2026-03-09 10:34:05 -0400
commit0487d68ab9992be4fa70cfd908909001f71e66af (patch)
tree8c93da3b94717d184f88277e277de949ecb2fb9c /test/infra/android
parent798dceb467d4ead092979822f24090c8378f8320 (diff)
downloademacs-scratch/error-API.tar.gz
emacs-scratch/error-API.zip
Diffstat (limited to 'test/infra/android')
-rw-r--r--test/infra/android/test-controller.el2
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