Commit 5db842f
committed
test(vsock): Do not exit with 255 in remote bash script
Exit code 255 is already used by the SSH client to communicate
connection errors [1], meaning if the remote command also exits with 255
in failure cases, this will be indistinguishable from a connection
error. Use exit code 1 instead in `check_guest_connections`.
[1]: https://man.openbsd.org/ssh#EXIT_STATUS
Signed-off-by: Patrick Roy <[email protected]>1 parent 39b9dfa commit 5db842f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| |||
0 commit comments