mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add missing `--showlocals
`
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
8867068917
commit
246c524536
1 changed files with 1 additions and 1 deletions
|
@ -770,7 +770,7 @@ def _pytest(session, coverage, cmd_args):
|
|||
env=env,
|
||||
)
|
||||
else:
|
||||
session.run("python", "-m", "pytest", *cmd_args, env=env)
|
||||
session.run("python", "-m", "pytest", "--showlocals", *cmd_args, env=env)
|
||||
except CommandFailed: # pylint: disable=try-except-raise
|
||||
# Not rerunning failed tests for now
|
||||
raise
|
||||
|
|
Loading…
Add table
Reference in a new issue