Commit a3e6ac16 authored by Med Ismail Bennani's avatar Med Ismail Bennani
Browse files

[lldb/test] Fix TestSaveCrashlog.py following changes in eef5eadb

This patch fixes TestSaveCrashlog.py failure introduces by eef5eadb

,
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: default avatarMed Ismail Bennani <ismail@bennani.ma>
parent 4ab4e40f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment