commit d0f4a0c429b1e3a2bead48403605bb361ec66832 Author: Damian Johnson atagar@torproject.org Date: Wed Jan 30 08:07:50 2013 -0800
Adding --python3 to the run_tests.py help output --- test/settings.cfg | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/test/settings.cfg b/test/settings.cfg index 3de9d00..e7e659b 100644 --- a/test/settings.cfg +++ b/test/settings.cfg @@ -80,6 +80,7 @@ msg.help | -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 +| --python3 runs tests against a 2to3 conversion of the codebase | -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
tor-commits@lists.torproject.org