summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-03-06 18:51:25 +0000
committerDan Albert <danalbert@google.com>2015-03-06 18:51:25 +0000
commiteafe55200c2cc996f24c27e2d26aa3bef897ff04 (patch)
treeb50d57a514cd2d9fdf6390cde8810dcc2e9bb16b
parent6e3869350777cf2afdfbec5bf2fbd0bf6ac1e287 (diff)
downloadbcm5719-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.py3
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:
OpenPOWER on IntegriCloud