forked from mirrors/gecko-dev
Bug 1758204: mozunit should use --tb=short with pytest r=ahal
This will decrease test output clutter while making it easier to identify and diagnose test failures. Differential Revision: https://phabricator.services.mozilla.com/D140421
This commit is contained in:
parent
5e5d0c42da
commit
4a128101e2
1 changed files with 1 additions and 0 deletions
|
|
@ -317,6 +317,7 @@ def main(*args, **kwargs):
|
||||||
"-c",
|
"-c",
|
||||||
os.path.join(here, "pytest.ini"),
|
os.path.join(here, "pytest.ini"),
|
||||||
"-vv",
|
"-vv",
|
||||||
|
"--tb=short",
|
||||||
"-p",
|
"-p",
|
||||||
"mozlog.pytest_mozlog.plugin",
|
"mozlog.pytest_mozlog.plugin",
|
||||||
"-p",
|
"-p",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue