[all-commits] [llvm/llvm-project] 3cdbac: [lldb/test] Avoid globbing in log file handling code
Pavel Labath via All-commits
all-commits at lists.llvm.org
Tue Jul 14 04:11:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3cdbacc46422b8ed6dc6fb8aaec3dfb58451460f
https://github.com/llvm/llvm-project/commit/3cdbacc46422b8ed6dc6fb8aaec3dfb58451460f
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-07-14 (Tue, 14 Jul 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/lldbtest.py
Log Message:
-----------
[lldb/test] Avoid globbing in log file handling code
The glob expression for a test called "test" could match a log file for
a the test "test_foo". Instead of globbing, maintain an explicit list of
log files relevant to the current test.
More information about the All-commits
mailing list