[Lldb-commits] [PATCH] D112988: [lldb] fix --source-quietly

Lawrence D'Anna via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 2 10:31:32 PDT 2021


lawrence_danna marked an inline comment as done.
lawrence_danna added a comment.

In D112988#3103463 <https://reviews.llvm.org/D112988#3103463>, @jingham wrote:

> There was one typo I pointed out, and it would be good to add a test.  I'm sure this worked at some point, but wasn't tested so it was broken without anybody noticing.  We want to make sure that doesn't happen again... It should be easy to write a Shell test case that just runs an lldb with the -Q option, sources a file and checks that you don't see output from it.

I did, it's `TestQuiet.test`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112988



More information about the lldb-commits mailing list