Rahix / tbot

Automation/Testing tool for Embedded Linux Development
https://tbot.tools
GNU General Public License v3.0
84 stars 21 forks source link

board.linux: Add pasword prompt variable #93

Closed bauer-alex-174 closed 1 year ago

bauer-alex-174 commented 1 year ago

The expected value for password prompt was hardcoded ("assword: ") which results in an unability to login when the language is not set to English. This commit adds a new variable which is by default set to the previously hardcoded string, but allows the user to overwrite it on demand.

Rahix commented 1 year ago

CI is failing, you need to run the black code formatter or just manually do the change you can see in the CI error log.

bauer-alex-174 commented 1 year ago

@Rahix I updated the PR