diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-08-18 19:39:14 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-08-18 19:39:14 +0000 |
commit | b45b91a358ec6ac7fbfb95d2b02096a42b27ce7f (patch) | |
tree | 93b5ee177a21d574d2b8278b819e70e7f448a972 /ChangeLog | |
parent | 676d8622deb70e5d14b19bb22d0f0856cfaad9b3 (diff) | |
download | tor-b45b91a358ec6ac7fbfb95d2b02096a42b27ce7f.tar.gz tor-b45b91a358ec6ac7fbfb95d2b02096a42b27ce7f.zip |
r14661@catbus: nickm | 2007-08-18 15:38:08 -0400
Long overdue test.c refactoring: add --warn/--notice/--info/--debug command line options to set logging levels, and let the user specify which tests to run from the commmand line.
svn:r11167
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -38,6 +38,12 @@ Changes in version 0.2.0.5-alpha - 2007-??-?? - Implement options to allow the controller to pick a new location for the cookie authentication file, and to make it group-readable. + o Minor features (unit testing): + - Add command-line arguments to unit-test executable so that we can + invoke any chosen test from the command line rather than having to + run the whole test suite at once; and so that we can turn on logging + for the unit tests. + o Minor bugfixes (other): - If we require CookieAuthentication but we fail to write the cookie file, we would warn but not exit, and end up in a state |