Author: jdevlieghere Date: Wed Oct 9 13:30:54 2019 New Revision: 374215 URL: http://llvm.org/viewvc/llvm-project?rev=374215&view=rev Log: [utils] Update lldb-dotest for new test layout
The path to dotest.py changed after the test directory reorganization. Modified: lldb/trunk/utils/lldb-dotest/lldb-dotest.in Modified: lldb/trunk/utils/lldb-dotest/lldb-dotest.in URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/utils/lldb-dotest/lldb-dotest.in?rev=374215&r1=374214&r2=374215&view=diff ============================================================================== --- lldb/trunk/utils/lldb-dotest/lldb-dotest.in (original) +++ lldb/trunk/utils/lldb-dotest/lldb-dotest.in Wed Oct 9 13:30:54 2019 @@ -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@' _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits