Commit d3755923 authored by Tom Stellard's avatar Tom Stellard
Browse files

Merging r361114:

------------------------------------------------------------------------
r361114 | mgorny | 2019-05-18 23:05:31 -0700 (Sat, 18 May 2019) | 3 lines

[lldb] [lit] Driver/TestConvenienceVariables.test requires Python

Differential Revision: https://reviews.llvm.org/D62096
------------------------------------------------------------------------

llvm-svn: 364257
parent 464c365c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
REQUIRES: python
RUN: %build %p/Inputs/hello.cpp -o %t
RUN: %lldb %t -s %p/Inputs/convenience.in -o quit | FileCheck %s

+3 −0
Original line number Diff line number Diff line
@@ -73,3 +73,6 @@ for i in ['module-cache-clang', 'module-cache-lldb']:
    if os.path.isdir(cachedir):
        print("Deleting module cache at %s."%cachedir)
        shutil.rmtree(cachedir)

if not config.lldb_disable_python:
    config.available_features.add('python')