Unverified Commit d3a6adc9 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #246191 from bobby285271/fix/nixos-test-driver

nixos/test-driver: format
parents 3acb5c42 a0c846a0
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -833,7 +833,9 @@ class Machine:
            # TODO: do we want to bail after a set number of attempts?
            while not shell_ready(timeout_secs=30):
                self.log("Guest root shell did not produce any data yet...")
                self.log("  To debug, enter the VM and run 'systemctl status backdoor.service'.")
                self.log(
                    "  To debug, enter the VM and run 'systemctl status backdoor.service'."
                )

            while True:
                chunk = self.shell.recv(1024)