ianmiell / shutit

Automation framework for programmers
http://ianmiell.github.io/shutit/
MIT License
2.15k stars 110 forks source link

The default expect stack seems to be broken #186

Closed aidanhs closed 9 years ago

aidanhs commented 9 years ago

Any changes around here recently?

aidanhs commented 9 years ago

False alarm, a module had hardcoded expect in a call to shutit.file_exists to be shutit.cfg['expect_prompts']['root_prompt'].

aidanhs commented 9 years ago

The value of root_prompt was 'SHUTIT_ROOT#4xS0SJVz>'. Is this correct? Didn't it use to be a generic root prompt?

ianmiell commented 9 years ago

A long time ago perhaps - it's not changed for a while. I think I made it work like all the other ones so that the mechanism was universal. Assuming this can be closed.