aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
diff options
context:
space:
mode:
authorJordan Rupprecht <rupprecht@google.com>2020-08-05 08:50:41 -0700
committerJordan Rupprecht <rupprecht@google.com>2020-08-05 10:19:21 -0700
commitf425c0442c3ef137f2c4ab5eebd3d39036b09d70 (patch)
tree34243567728f14c963b01b4fb1c9451128bd1cb0 /lldb/packages/Python/lldbsuite/test/dotest.py
parent1e90bd7f84d3948807c8f40926e72def664f07fa (diff)
downloadllvm-f425c0442c3ef137f2c4ab5eebd3d39036b09d70.zip
llvm-f425c0442c3ef137f2c4ab5eebd3d39036b09d70.tar.gz
llvm-f425c0442c3ef137f2c4ab5eebd3d39036b09d70.tar.bz2
[lldb/test] Replace LLDB_TEST_SRC env variable with configuration
Reviewed By: JDevlieghere Differential Revision: https://reviews.llvm.org/D85322
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/dotest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest.py b/lldb/packages/Python/lldbsuite/test/dotest.py
index f43685c..f84bda6 100644
--- a/lldb/packages/Python/lldbsuite/test/dotest.py
+++ b/lldb/packages/Python/lldbsuite/test/dotest.py
@@ -467,7 +467,6 @@ def setupSysPath():
sys.exit(-1)
os.environ["LLDB_TEST"] = scriptPath
- os.environ["LLDB_TEST_SRC"] = lldbsuite.lldb_test_root
# Set up the root build directory.
if not configuration.test_build_dir: