[tor-commits] [stem/master] Revise 'run_tests.py --help' output

atagar at torproject.org atagar at torproject.org
Sat Jul 7 18:28:43 UTC 2018


commit 2821942467d901294ad839360c7e280c1ee3959f
Author: Damian Johnson <atagar at torproject.org>
Date:   Fri Jul 6 11:03:26 2018 -0700

    Revise 'run_tests.py --help' output
    
    Very minor revisions. Just shortening some descriptions and adding whitespace
    to make a couple bits more readable.
---
 test/settings.cfg | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/test/settings.cfg b/test/settings.cfg
index af751609..b8142b5c 100644
--- a/test/settings.cfg
+++ b/test/settings.cfg
@@ -36,16 +36,19 @@ msg.help
 |  -a, --all             runs unit, integ, and style checks (same as '-ui')
 |  -u, --unit            runs unit tests
 |  -i, --integ           runs integration tests
-|  -t, --target TARGET   comma separated list of extra targets for integ tests
-|      --test TEST_NAME  only run tests modules containing the given name
-|  -l, --log RUNLEVEL    includes logging output with test results, runlevels:
-|                          TRACE, DEBUG, INFO, NOTICE, WARN, ERROR
+|      --test TEST_NAME  only run tests with this in the module name
+|
+|  -t, --target TARGET   comma separated list of integ targets (see below)
 |      --tor PATH        custom tor binary to run testing against
+|  -l, --log RUNLEVEL    include log output with test results, runlevels are:
+|                          TRACE, DEBUG, INFO, NOTICE, WARN, ERROR
+|
 |  -q, --quiet           only present failures
 |  -v, --verbose         provides additional test output
 |  -h, --help            presents this help
 |
 |  Examples:
+|
 |   run_tests.py --unit --integ
 |     Run unit and integration tests.
 |
@@ -56,6 +59,7 @@ msg.help
 |     Only run integration tests for the util modules.
 |
 |  Integration targets:
+|
 
  ##################
 # CATEGORY: TARGET #





More information about the tor-commits mailing list