diff options
| author | Dan Albert <danalbert@google.com> | 2015-03-06 18:51:25 +0000 |
|---|---|---|
| committer | Dan Albert <danalbert@google.com> | 2015-03-06 18:51:25 +0000 |
| commit | eafe55200c2cc996f24c27e2d26aa3bef897ff04 (patch) | |
| tree | b50d57a514cd2d9fdf6390cde8810dcc2e9bb16b | |
| parent | 6e3869350777cf2afdfbec5bf2fbd0bf6ac1e287 (diff) | |
| download | bcm5719-llvm-eafe55200c2cc996f24c27e2d26aa3bef897ff04.tar.gz bcm5719-llvm-eafe55200c2cc996f24c27e2d26aa3bef897ff04.zip | |
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
| -rw-r--r-- | libcxx/test/libcxx/test/executor.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libcxx/test/libcxx/test/executor.py b/libcxx/test/libcxx/test/executor.py index b756762f6d6..30763c9c296 100644 --- a/libcxx/test/libcxx/test/executor.py +++ b/libcxx/test/libcxx/test/executor.py @@ -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: |

