Merge pull request 'container-test-driver/nsenter: Improve printing of command' (#3514) from kenji/clan-core:ke-nsenter-pprint into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3514
This commit is contained in:
kenji
2025-05-06 10:11:20 +00:00

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 = {