[libcxx] r231498 - Oops. This arg is passed, just ignored.
Dan Albert
danalbert at google.com
Fri Mar 6 10:51:25 PST 2015
Author: danalbert
Date: Fri Mar 6 12:51:25 2015
New Revision: 231498
URL: http://llvm.org/viewvc/llvm-project?rev=231498&view=rev
Log:
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.
Modified:
libcxx/trunk/test/libcxx/test/executor.py
Modified: libcxx/trunk/test/libcxx/test/executor.py
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/test/executor.py?rev=231498&r1=231497&r2=231498&view=diff
==============================================================================
--- libcxx/trunk/test/libcxx/test/executor.py (original)
+++ libcxx/trunk/test/libcxx/test/executor.py Fri Mar 6 12:51:25 2015
@@ -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:
More information about the cfe-commits
mailing list