Alex Langford 0cfa50154a [LLDB] Only run lldb-server Shell tests if it gets built
It's easy enough to disable the lldb-server build. The lldb-server unit
tests already have logic to disable them if we don't build, so this just
makes it even.

Reviewed By: DavidSpickett

Differential Revision: https://reviews.llvm.org/D135825
2022-10-14 12:00:57 -07:00

4 lines
96 B
INI

# These tests rely on lldb-server
if not config.have_lldb_server:
config.unsupported = True