Skip to content

Commit 881de63

Browse files
authored
Merge pull request #1708 from SmithChart/shelldriver-did-login
shelldriver: Disable kernel messages after console_ready
2 parents f0cb7da + fa8321b commit 881de63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

labgrid/driver/shelldriver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ def _await_login(self):
169169
# lets start over again and see if login or prompt will appear
170170
# now.
171171
self.console.sendline("")
172+
did_login = True
172173

173174
last_before = before
174175

0 commit comments

Comments
 (0)