container-test: better error message for nsenter

This commit is contained in:
Jörg Thalheim
2025-05-30 11:43:36 +02:00
parent 5ef82a1367
commit 1a1898b5f1

View File

@@ -484,7 +484,9 @@ class Driver:
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(
" ".join(
[