commit | 191934818b92da292c271ee0b71e83baa3826cab | [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 | 4d4251b736f5b7f8eae88266889790e336404bab [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>