Rahix/tbot

Deterministic CWD for machines

Rahix opened this issue · 0 comments

Rahix commented

Currently, the CWD of a machine is largely undefined: For SubprocessConnecter it is going to be the CWD of tbot itself, for SSHConnector and similar, it is most likely $HOME. I think it would make more sense to always cd to a machine's workdir during initialization to provide a deterministic baseline.