From a25f4fb0fe84dfcf1c3e041793cd4e8bc4d48f9e Mon Sep 17 00:00:00 2001 From: Brian Okken <1568356+okken@users.noreply.github.com> Date: Sat, 4 May 2024 15:39:08 -0700 Subject: [PATCH] Update changelog/12231.feature.rst Co-authored-by: Bruno Oliveira --- changelog/12231.feature.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/12231.feature.rst b/changelog/12231.feature.rst index 82b6e5c0a..b5e62f7f6 100644 --- a/changelog/12231.feature.rst +++ b/changelog/12231.feature.rst @@ -1,4 +1,4 @@ -Add `--xfail-tb` flag, which turns traceback output for XFAIL results. +Added `--xfail-tb` flag, which turns on traceback output for XFAIL results. * If the `--xfail-tb` flag is not sent, tracebacks for XFAIL results are NOT shown. * The style of traceback for XFAIL is set with `--tb`, and can be `auto|long|short|line|native|no`.