[tor-commits] [stem/master] 'run_tests.py --help' still mentioned the '--style' argument

atagar at torproject.org atagar at torproject.org
Fri Apr 24 15:37:00 UTC 2015


commit 710774be7962eda6cff73a5ec45b42f23db2d782
Author: Damian Johnson <atagar at torproject.org>
Date:   Fri Apr 24 08:39:55 2015 -0700

    'run_tests.py --help' still mentioned the '--style' argument
    
    Caught by wop_.
---
 test/settings.cfg |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/settings.cfg b/test/settings.cfg
index 79fec01..c963630 100644
--- a/test/settings.cfg
+++ b/test/settings.cfg
@@ -33,7 +33,7 @@ msg.help
 |Usage run_tests.py [OPTION]
 |Runs tests for the stem library.
 |
-|  -a, --all             runs unit, integ, and style checks (same as '-uis')
+|  -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



More information about the tor-commits mailing list