Files
clang-p2996/lldb/examples/python
Med Ismail Bennani a3e6ac16ff [lldb/test] Fix TestSaveCrashlog.py following changes in eef5eadbe6
This patch fixes TestSaveCrashlog.py failure introduces by eef5eadbe6,
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@bennani.ma>
2023-08-18 23:29:40 +01:00
..