Merge pull request 'container-test: better error message for nsenter' (#3794) from container-test-improv into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3794
This commit is contained in:
Mic92
2025-05-30 10:35:02 +00:00

View File

@@ -484,7 +484,9 @@ class Driver:
f"systemd-run /bin/sh -c '{sleep} 999999999 && echo {nspawn_uuid}'", f"systemd-run /bin/sh -c '{sleep} 999999999 && echo {nspawn_uuid}'",
) )
print(f"nsenter for {machine.name}:") print(
f"To attach to container {machine.name} run on the same machine that runs the test:"
)
print( print(
" ".join( " ".join(
[ [