You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hack/test-templates.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -328,7 +328,7 @@ if [[ -n ${CHECKS["ssh-over-vsock"]} ]]; then
328
328
INFO "Testing .ssh.overVsock=true configuration"
329
329
limactl stop "${NAME}"
330
330
# Detection of the SSH server on VSOCK may fail; however, a failing log indicates that controlling detection via the environment variable works as expected.
331
-
if! limactl start --set '.ssh.overVsock=true'"${NAME}"2>&1| grep -i -E "(started vsock forwarder|Failed to detect SSH server on vsock)";then
331
+
if! limactl start --set '.ssh.overVsock=true'"${NAME}"2>&1| grep -i -E "(started vsock forwarder|SSH server does not seem to be running on vsock port)";then
332
332
set +x
333
333
diagnose "${NAME}"
334
334
ERROR ".ssh.overVsock=true did not enable vsock forwarder"
@@ -337,7 +337,7 @@ if [[ -n ${CHECKS["ssh-over-vsock"]} ]]; then
337
337
INFO 'Testing .ssh.overVsock=null configuration'
338
338
limactl stop "${NAME}"
339
339
# Detection of the SSH server on VSOCK may fail; however, a failing log indicates that controlling detection via the environment variable works as expected.
340
-
if! limactl start --set '.ssh.overVsock=null'"${NAME}"2>&1| grep -i -E "(started vsock forwarder|Failed to detect SSH server on vsock)";then
340
+
if! limactl start --set '.ssh.overVsock=null'"${NAME}"2>&1| grep -i -E "(started vsock forwarder|SSH server does not seem to be running on vsock port)";then
341
341
set +x
342
342
diagnose "${NAME}"
343
343
ERROR ".ssh.overVsock=null did not enable vsock forwarder"
0 commit comments