JDevlieghere added a comment.

In D68812#1704235 <https://reviews.llvm.org/D68812#1704235>, @clayborg wrote:

> It would be great if we could ensure that if a test fails, that the "dotest" 
> command line text has everything it needs as well, including the options and 
> paths to lldb, framework, shared library and other settings. If I "ninja 
> check-lldb", I have to manually insert many arguments before the command the 
> FAIL file says to run will work.


Any reason you want to run dotest.py directly? If you use `bin/lldb-dotest` 
you'll get all dotest arguments that CMake configuration. Even better is to use 
`lit --filter <name of test to rerun>`, which guarantees that you'll have the 
exact same dotest.py invocation as during `check-ldlb`.


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68812/new/

https://reviews.llvm.org/D68812



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to