forked from OSchip/llvm-project
Oops. This arg is passed, just ignored.
We should probably be using this argument to find the data files for the tests, but that isn't implemented yet. llvm-svn: 231498
This commit is contained in:
parent
6e38693507
commit
eafe55200c
|
@ -133,9 +133,6 @@ class SSHExecutor(Executor):
|
|||
pass
|
||||
|
||||
def run(self, exe_path, cmd=None, work_dir='.', env=None):
|
||||
if work_dir != '.':
|
||||
raise NotImplementedError(
|
||||
'work_dir arg is not supported for SSHExecutor')
|
||||
target_exe_path = None
|
||||
target_cwd = None
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue