diff options
| author | Jim Ingham <jingham@apple.com> | 2013-05-15 01:11:30 +0000 |
|---|---|---|
| committer | Jim Ingham <jingham@apple.com> | 2013-05-15 01:11:30 +0000 |
| commit | bd4a5eccd640b8b18e10593e4da054dda29a9d79 (patch) | |
| tree | 7ab40b1b0db232196481e052ecdb7aae26fb4c3e /lldb/test/api/multithreaded/TestMultithreaded.py | |
| parent | 9e57dcd3598d549c2e8697728d0f3f7291f5baf3 (diff) | |
| download | bcm5719-llvm-bd4a5eccd640b8b18e10593e4da054dda29a9d79.tar.gz bcm5719-llvm-bd4a5eccd640b8b18e10593e4da054dda29a9d79.zip | |
Need to add the LLDB.framework directory to the rpath for the driver programs or they won't run.
llvm-svn: 181857
Diffstat (limited to 'lldb/test/api/multithreaded/TestMultithreaded.py')
| -rw-r--r-- | lldb/test/api/multithreaded/TestMultithreaded.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/api/multithreaded/TestMultithreaded.py b/lldb/test/api/multithreaded/TestMultithreaded.py index 48471498edb..283a1e5c484 100644 --- a/lldb/test/api/multithreaded/TestMultithreaded.py +++ b/lldb/test/api/multithreaded/TestMultithreaded.py @@ -56,7 +56,7 @@ class SBBreakpointCallbackCase(TestBase): def build_and_test(self, sources, test_name, args = None): """ Build LLDB test from sources, and run expecting 0 exit code """ self.buildDriver(sources, test_name) - self.addTearDownHook(lambda: os.remove(test_name)) + #self.addTearDownHook(lambda: os.remove(test_name)) exe = [os.path.join(os.getcwd(), test_name), self.inferior] |

