[Lldb-commits] [PATCH] D67082: Port TestBatchMode to PExpectTest class

2019-09-04 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL370858: Port TestBatchMode to PExpectTest class (authored by labath, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits. Repository: rL LLVM CHANGES SINCE LAST ACTION

[Lldb-commits] [PATCH] D67082: Port TestBatchMode to PExpectTest class

2019-09-02 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. labath added reviewers: teemperor, JDevlieghere. I'm doing this mainly for consistency, but there are also other cleanups that will be enabled by this (e.g., the automatic setting of clang-modules-cache-path setting). https://reviews.llvm.org/D67082 Files: packag