Skip to content
Commit a2670b92 authored by Jim Ingham's avatar Jim Ingham
Browse files

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
parent 23ce683e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment