container-test-driver/nsenter: Improve printing of command

Improves printing of `nsenter` command, so that it can easier be copied.
This commit is contained in:
a-kenji
2025-05-06 11:59:47 +02:00
committed by kenji
parent 83357ebc3c
commit 80007942d5

View File

@@ -469,7 +469,7 @@ class Driver:
machine.start()
for machine in self.machines:
print(machine.nsenter_command("bash"))
print(" ".join(machine.nsenter_command("bash")))
def test_symbols(self) -> dict[str, Any]:
general_symbols = {