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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user