[all-commits] [llvm/llvm-project] 7f01f7: [lldb] update TestEchoCommands

smoofra via All-commits all-commits at lists.llvm.org
Tue Nov 2 14:30:28 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7f01f78593d68741f1a26911e8cecca9805b3fa4
      https://github.com/llvm/llvm-project/commit/7f01f78593d68741f1a26911e8cecca9805b3fa4
  Author: Lawrence D'Anna <larry at elder-gods.org>
  Date:   2021-11-02 (Tue, 02 Nov 2021)

  Changed paths:
    M lldb/test/Shell/Settings/Inputs/EchoCommandsQuiet.out
    M lldb/test/Shell/Settings/TestEchoCommands.test

  Log Message:
  -----------
  [lldb] update TestEchoCommands

Followup to https://reviews.llvm.org/D112988

Sorry, I broke this test.   The test was verifying the bad behavior
of --source-quietly that the previous change fixed -- namely that
it still echos the initial list of startup commands while
sourcing them.

Updated the test to verify that --source-quietly is quiet, rather than
loud.

Reviewed By: JDevlieghere

Differential Revision: https://reviews.llvm.org/D113047




More information about the All-commits mailing list