Revert "[lldbtests] Handle errors instead of crashing."
authorPavel Labath <labath@google.com>
Tue, 24 Oct 2017 16:07:50 +0000 (16:07 +0000)
committerPavel Labath <labath@google.com>
Tue, 24 Oct 2017 16:07:50 +0000 (16:07 +0000)
commite3f6eb1a74cb23dd7872a613cb79fd7e40b2270b
tree5a7994e965f45f82457a73ebef491d5809afbb3e
parent194cb74decd32f8061f358345055b6ae2d5e72e6
Revert "[lldbtests] Handle errors instead of crashing."

The commit breaks the case where you specify just a filename to the
compiler. Previously, it would look up the compiler in your path, now it
complains that the compiler is not found. One of the lldb buildbots is
depending on this. It seems like a nice feature to have, as it means
less typing and being able to avoid hard-coding the system compiler path
in the bot config.

This reverts commit r316393.

llvm-svn: 316451
lldb/packages/Python/lldbsuite/test/dotest.py