This is an archive of the discontinued LLVM Phabricator instance.

[lldb/Test] Don't print 'command invoked'
ClosedPublic

Authored by JDevlieghere on Jun 2 2020, 1:33 PM.

Details

Reviewers
teemperor
Group Reviewers
Restricted Project
Commits
rG96e7d19a1f22: [lldb/Test] Don't print 'command invoked'
Summary

The different tools constructing dotest invocations (lit and
lldb-dotest) already print the command invocation so there's no point in
duplicating it in the dotest output.

My motivation for removing it is that it doesn't include the
the Python interpreter and every time I accidentally copy it
the command fails with an ImportError.

Diff Detail

Event Timeline

JDevlieghere created this revision.Jun 2 2020, 1:33 PM
teemperor accepted this revision.Jun 3 2020, 12:48 AM
teemperor added a subscriber: teemperor.

Your patches continue to bring me joy and happiness.

This revision is now accepted and ready to land.Jun 3 2020, 12:48 AM
This revision was automatically updated to reflect the committed changes.