Fix a crash in dotest.py when the lldb executable is not built.
authorStephane Sezer <sas@cd80.net>
Fri, 5 Dec 2014 05:02:41 +0000 (05:02 +0000)
committerStephane Sezer <sas@cd80.net>
Fri, 5 Dec 2014 05:02:41 +0000 (05:02 +0000)
commit7a1d22a2afee76e91ed77d55456ec2978cba6c92
treee3a6d34409f9c8a866cf738a2ed681dd9e24e034
parent39bd119842394a64b833053fe8aa82c1dc6f7933
Fix a crash in dotest.py when the lldb executable is not built.

Summary: If lldb is not built, dotest.py throws an exception because we are using an unset variable.

Reviewers: clayborg

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D6516

llvm-svn: 223446
lldb/test/dotest.py