From 91e0c258c2e80b180c0c99af322cb6bf09df86d4 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Thu, 13 Feb 2020 14:29:50 +0100 Subject: [lldb] Fix lldb-dotest to account for the new location of test files from 99451b445. --- lldb/packages/Python/lldbsuite/test/configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py') diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py index 91a2234..faf31e7d 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -97,7 +97,7 @@ verbose = 0 # By default, search from the script directory. # We can't use sys.path[0] to determine the script directory # because it doesn't work under a debugger -testdirs = [os.path.dirname(os.path.realpath(__file__))] +testdirs = [lldbsuite.lldb_test_root] # Separator string. separator = '-' * 70 -- cgit v1.1