From cebeadf30ba005d2ee77c0f5a46f4f3a12352ce4 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Fri, 6 Mar 2015 18:51:25 +0000 Subject: [PATCH] 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. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@231498 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/libcxx/test/executor.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/libcxx/test/executor.py b/test/libcxx/test/executor.py index b756762f6..30763c9c2 100644 --- a/test/libcxx/test/executor.py +++ b/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: