This is an archive of the discontinued LLVM Phabricator instance.

[lldb] update TestEchoCommands
ClosedPublic

Authored by lawrence_danna on Nov 2 2021, 1:38 PM.

Details

Summary

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.

Diff Detail

Event Timeline

lawrence_danna requested review of this revision.Nov 2 2021, 1:38 PM
lawrence_danna created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptNov 2 2021, 1:38 PM
This revision is now accepted and ready to land.Nov 2 2021, 2:20 PM
This revision was automatically updated to reflect the committed changes.
lldb/test/Shell/Settings/TestEchoCommands.test
4

The Windows buildbot is not happy with this line:

https://lab.llvm.org/buildbot/#/builders/83/builds/11630

The Windows buildbot is still broken after this change:

https://lab.llvm.org/buildbot/#/builders/83/builds/11630

The Windows buildbot is still broken after this change:

https://lab.llvm.org/buildbot/#/builders/83/builds/11630

sorry again :/

I will fix. It's takaing me a alittle while to get a a windows VM set up