Skip to content

Commit

Permalink
Bug 1758204: mozunit should use --tb=short with pytest r=ahal
Browse files Browse the repository at this point in the history
This will decrease test output clutter while making it easier to
identify and diagnose test failures.

Differential Revision: https://phabricator.services.mozilla.com/D140421
  • Loading branch information
Mitchell Hentges committed Mar 8, 2022
1 parent 593e156 commit b7bec73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/mozunit/mozunit/mozunit.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ def main(*args, **kwargs):
"-c",
os.path.join(here, "pytest.ini"),
"-vv",
"--tb=short",
"-p",
"mozlog.pytest_mozlog.plugin",
"-p",
Expand Down

0 comments on commit b7bec73

Please sign in to comment.