Skip to content

Instantly share code, notes, and snippets.

@davehunt
Created February 12, 2018 18:59
Show Gist options
  • Save davehunt/210b54cb76b3eed87b9505e898bfa605 to your computer and use it in GitHub Desktop.
Save davehunt/210b54cb76b3eed87b9505e898bfa605 to your computer and use it in GitHub Desktop.
diff --git a/config/mozunit.py b/config/mozunit.py
--- a/config/mozunit.py
+++ b/config/mozunit.py
@@ -230,6 +230,8 @@ def main(*args, **kwargs):
'--verbose',
'-p', 'mozlog.pytest_mozlog.plugin',
'-p', 'no:cacheprovider',
+ '-p', 'no:terminalreporter',
+ '--log-tbpl', '-',
module.__file__,
])
sys.exit(pytest.main(args))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment