summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-10-09 20:30:54 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-10-09 20:30:54 +0000
commitbe1c2902265edc578d3f652ebcdeac8fe1d045b7 (patch)
treee66294053eea8afa9f75b9efbd9762cbb5224a81
parent02d264a54712badfb1886f4b692d51ad0259c0a6 (diff)
downloadbcm5719-llvm-be1c2902265edc578d3f652ebcdeac8fe1d045b7.tar.gz
bcm5719-llvm-be1c2902265edc578d3f652ebcdeac8fe1d045b7.zip
[utils] Update lldb-dotest for new test layout
The path to dotest.py changed after the test directory reorganization. llvm-svn: 374215
-rwxr-xr-xlldb/utils/lldb-dotest/lldb-dotest.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/utils/lldb-dotest/lldb-dotest.in b/lldb/utils/lldb-dotest/lldb-dotest.in
index 68d31273403..2032e2159d9 100755
--- a/lldb/utils/lldb-dotest/lldb-dotest.in
+++ b/lldb/utils/lldb-dotest/lldb-dotest.in
@@ -2,7 +2,7 @@
import subprocess
import sys
-dotest_path = '@LLDB_SOURCE_DIR@/test/dotest.py'
+dotest_path = '@LLDB_SOURCE_DIR@/test/API/dotest.py'
build_dir = '@LLDB_TEST_BUILD_DIRECTORY@'
dotest_args_str = '@LLDB_DOTEST_ARGS@'
OpenPOWER on IntegriCloud