commit 8a66916436cb524666e8b35060892e01f5bd053a Author: Dave Rolek dmr-x@riseup.net Date: Mon Apr 16 00:36:10 2018 +0000
Display --quiet option in run_tests.py --help --- test/settings.cfg | 1 + 1 file changed, 1 insertion(+)
diff --git a/test/settings.cfg b/test/settings.cfg index c3952567..279861f0 100644 --- a/test/settings.cfg +++ b/test/settings.cfg @@ -41,6 +41,7 @@ msg.help | -l, --log RUNLEVEL includes logging output with test results, runlevels: | TRACE, DEBUG, INFO, NOTICE, WARN, ERROR | --tor PATH custom tor binary to run testing against +| -q, --quiet limits test output to failures only | -v, --verbose provides additional test output | -h, --help presents this help |