Closed by commit rL223446 (authored by @sas).

REPOSITORY
  rL LLVM

http://reviews.llvm.org/D6516

Files:
  lldb/trunk/test/dotest.py
Index: lldb/trunk/test/dotest.py
===================================================================
--- lldb/trunk/test/dotest.py
+++ lldb/trunk/test/dotest.py
@@ -1011,7 +1011,7 @@
     # Assume lldb-mi is in same place as lldb
     # If not found, disable the lldb-mi tests
     global dont_do_lldbmi_test
-    if is_exe(lldbExec + "-mi"):
+    if lldbExec and is_exe(lldbExec + "-mi"):
         lldbMiExec = lldbExec + "-mi"
     if not lldbMiExec:
         dont_do_lldbmi_test = True
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to