Index: lldb/trunk/test/dotest.py =================================================================== --- lldb/trunk/test/dotest.py +++ lldb/trunk/test/dotest.py @@ -850,7 +850,7 @@ 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