mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
Merge pull request #246191 from bobby285271/fix/nixos-test-driver
nixos/test-driver: format
This commit is contained in:
commit
d3a6adc9b6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user