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:
@@ -469,7 +469,7 @@ class Driver:
|
|||||||
machine.start()
|
machine.start()
|
||||||
|
|
||||||
for machine in self.machines:
|
for machine in self.machines:
|
||||||
print(machine.nsenter_command("bash"))
|
print(" ".join(machine.nsenter_command("bash")))
|
||||||
|
|
||||||
def test_symbols(self) -> dict[str, Any]:
|
def test_symbols(self) -> dict[str, Any]:
|
||||||
general_symbols = {
|
general_symbols = {
|
||||||
|
|||||||
Reference in New Issue
Block a user