commit | b04f64aa48eeaf099fe52c28c512f956690f5eec | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Oct 05 20:18:00 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 14 19:45:07 2021 -0400 |
tree | 96063b582673b9459a8dc9976f5db6a3458943be | |
parent | 927e0eedfcd8f773fc89da1a750ea191aa94492c [diff] |
pytest: Shorten traceback length by default This produces a lot of code output which is not very helpful and is quite annoying to wade through. Use the short format by default. Signed-off-by: Simon Glass <sjg@chromium.org>