tbot icon indicating copy to clipboard operation
tbot copied to clipboard

Deterministic CWD for machines

Open Rahix opened this issue 4 years ago • 0 comments

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.

Rahix avatar Oct 13 '20 13:10 Rahix