diff options
author | Pavel Labath <labath@google.com> | 2015-12-08 13:32:07 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2015-12-08 13:32:07 +0000 |
commit | 9cbf7dde882f32618021db5d745ec09b98661cbc (patch) | |
tree | 944477a7e505d85a1dd58b4aa56083089580aaab /lldb/packages/Python/lldbsuite/test/dotest.py | |
parent | 5e4248b4e01c4b8c5aa72629eb4212aa23c1a857 (diff) | |
download | bcm5719-llvm-9cbf7dde882f32618021db5d745ec09b98661cbc.tar.gz bcm5719-llvm-9cbf7dde882f32618021db5d745ec09b98661cbc.zip |
Fixup dotest.py on mac for the configuration package
llvm-svn: 255013
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/dotest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest.py b/lldb/packages/Python/lldbsuite/test/dotest.py index 318f2d2a043..e0535c3260f 100644 --- a/lldb/packages/Python/lldbsuite/test/dotest.py +++ b/lldb/packages/Python/lldbsuite/test/dotest.py @@ -1086,6 +1086,7 @@ def run_suite(): signal.signal(signal.SIGINT, signal.SIG_IGN) setupSysPath() + configuration.setupCrashInfoHook() # # If '-l' is specified, do not skip the long running tests. |