summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlldb/test/dotest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/dotest.py b/lldb/test/dotest.py
index 1ca84287fd8..e0d50b5a5f7 100755
--- a/lldb/test/dotest.py
+++ b/lldb/test/dotest.py
@@ -850,7 +850,7 @@ def getOutputPaths(lldbRootDirectory):
result = []
if sys.platform == 'darwin':
- result.append(getXcodeOutputPaths(lldbRootDirectory))
+ result.extend(getXcodeOutputPaths(lldbRootDirectory))
# cmake builds? look for build or build/host folder next to llvm directory
# lldb is located in llvm/tools/lldb so we need to go up three levels
OpenPOWER on IntegriCloud