[all-commits] [llvm/llvm-project] 96e7d1: [lldb/Test] Don't print 'command invoked'
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Jun 3 09:35:28 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 96e7d19a1f22f5d2018377b70b4c98e0f59ea412
https://github.com/llvm/llvm-project/commit/96e7d19a1f22f5d2018377b70b4c98e0f59ea412
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-06-03 (Wed, 03 Jun 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/dotest.py
Log Message:
-----------
[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
More information about the All-commits
mailing list