[all-commits] [llvm/llvm-project] a3e6ac: [lldb/test] Fix TestSaveCrashlog.py following chan...
Med Ismail Bennani via All-commits
all-commits at lists.llvm.org
Fri Aug 18 15:30:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a3e6ac16ffc32e794da3f60150e903027f279f27
https://github.com/llvm/llvm-project/commit/a3e6ac16ffc32e794da3f60150e903027f279f27
Author: Med Ismail Bennani <ismail at bennani.ma>
Date: 2023-08-18 (Fri, 18 Aug 2023)
Changed paths:
M lldb/examples/python/crashlog.py
Log Message:
-----------
[lldb/test] Fix TestSaveCrashlog.py following changes in eef5eadbe617
This patch fixes TestSaveCrashlog.py failure introduces by eef5eadbe617,
which restricts the number of positional argument for the output file to 1.
I expected to get the output file but `argparse` puts the object in a
list (even by constrained to a singled positional argument).
Signed-off-by: Med Ismail Bennani <ismail at bennani.ma>
More information about the All-commits
mailing list