[lldb/Test] Don't print 'command invoked'
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 3 Jun 2020 16:31:15 +0000 (09:31 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 3 Jun 2020 16:35:09 +0000 (09:35 -0700)
commit96e7d19a1f22f5d2018377b70b4c98e0f59ea412
tree2bd01c7d4f49faefe3a445c1cdd89ae895a6c5ee
parent3713314bfae3dc9a793c152e8a698a2ca1444f6c
[lldb/Test] Don't print 'command invoked'

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

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

Differential revision: https://reviews.llvm.org/D81032
lldb/packages/Python/lldbsuite/test/dotest.py