Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Output Options:
captured.
-q, --quiet-stdout Instead of capturing the stdout and stderr and
presenting it in the summary of results, discard it
completly for successful tests. --allow-stdout option
completely for successful tests. --allow-stdout option
overrides it.
-k, --no-skip-report Don't print the report of skipped tests after testing
is done. Skips will still show up in the progress
Expand Down
2 changes: 1 addition & 1 deletion green/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def parseArguments(
action="store_true",
help=(
"Instead of capturing the stdout and stderr and presenting it "
"in the summary of results, discard it completly for successful "
"in the summary of results, discard it completely for successful "
"tests. --allow-stdout option overrides it."
),
default=argparse.SUPPRESS,
Expand Down