diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-10-09 20:30:54 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-10-09 20:30:54 +0000 |
commit | be1c2902265edc578d3f652ebcdeac8fe1d045b7 (patch) | |
tree | e66294053eea8afa9f75b9efbd9762cbb5224a81 | |
parent | 02d264a54712badfb1886f4b692d51ad0259c0a6 (diff) | |
download | bcm5719-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-x | lldb/utils/lldb-dotest/lldb-dotest.in | 2 |
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@' |