[Lldb-commits] [lldb] r374215 - [utils] Update lldb-dotest for new test layout

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 9 13:30:55 PDT 2019


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@'
 




More information about the lldb-commits mailing list