Commit Graph

2 Commits

Author SHA1 Message Date
Saleem Abdulrasool
043912fd93 remote-run: make tests partially pass on Windows
Not all the tests are possible to run on Windows since they expect a
Unix-like shell environment.  However, the rest of the tests can be
accommodated.  This actually found an issue in the implementation.
Since the implementation assumes the target is POSIX/Unix-y, we should
use posixpath rather than os.path which uses the host's path style.
2018-12-02 20:58:19 -08:00
Jordan Rose
0aed9e05cc [remote-run] Add a -n/--dry-run mode that /just/ dumps commands
Like -v, but doesn't actually run anything.
2018-08-08 17:44:28 -07:00