summaryrefslogtreecommitdiff
path: root/tox/_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'tox/_config.py')
-rw-r--r--tox/_config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox/_config.py b/tox/_config.py
index d692b6f..0529820 100644
--- a/tox/_config.py
+++ b/tox/_config.py
@@ -116,6 +116,9 @@ def prepare_parse(pkgname):
"all commands and results involved. This will turn off "
"pass-through output from running test commands which is "
"instead captured into the json result file.")
+ parser.add_argument("--result-tee", action="store_true",
+ dest="resulttee",
+ help="echo output of --result-json to stdout while it is captured.")
parser.add_argument("args", nargs="*",
help="additional arguments available to command positional substitution")
return parser