llvm-project/lldb/utils/lldb-dotest
Jim Ingham a2670b92a2 Fix a bug in lldb-dotest that was uncovered by setting no value for dotest_args_str.
We were splitting the string, and adding that array to cmd.  But split generated
[''] which shows up later on as an empty "test directory search path".  That got
extended to the CWD + "" which generally doesn't have any tests, so

lldb-dotest -p SomeRealTest.py

would fail with a no matching tests error.

Differential Revision: https://reviews.llvm.org/D133075
2022-08-31 18:00:18 -07:00
..
CMakeLists.txt [lldb] Fix dotest argument order 2022-08-26 06:52:40 -04:00
lldb-dotest.in Fix a bug in lldb-dotest that was uncovered by setting no value for dotest_args_str. 2022-08-31 18:00:18 -07:00