[all-commits] [llvm/llvm-project] 162e9f: [lldb/Test] Reduce code duplication by importing s...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Jul 31 10:56:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 162e9f72ac57342a0ea12036576d6212720cc93f
https://github.com/llvm/llvm-project/commit/162e9f72ac57342a0ea12036576d6212720cc93f
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-07-31 (Fri, 31 Jul 2020)
Changed paths:
M lldb/test/API/lit.cfg.py
Log Message:
-----------
[lldb/Test] Reduce code duplication by importing subprocess globally
Import the subprocess module once instead of doing it inline which is
error prone and leads to needless code duplication.
More information about the All-commits
mailing list