commit 6cd814dcb3c24a301f5e4c6396388a424629fd3f Author: Damian Johnson atagar@torproject.org Date: Mon Jan 7 00:56:47 2013 -0800
Adding '--style' to run_tests.py's help output --- test/settings.cfg | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/test/settings.cfg b/test/settings.cfg index cf827cd..8c85e47 100644 --- a/test/settings.cfg +++ b/test/settings.cfg @@ -76,6 +76,7 @@ msg.help | | -u, --unit runs unit tests | -i, --integ runs integration tests +| -s, --style runs style checker | -t, --target TARGET comma separated list of extra targets for integ tests | --test TEST_NAME only run tests modules matching the given name prefix | -l, --log RUNLEVEL includes logging output with test results, runlevels:
tor-commits@lists.torproject.org