summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-08-18 19:39:14 +0000
committerNick Mathewson <nickm@torproject.org>2007-08-18 19:39:14 +0000
commitb45b91a358ec6ac7fbfb95d2b02096a42b27ce7f (patch)
tree93b5ee177a21d574d2b8278b819e70e7f448a972 /ChangeLog
parent676d8622deb70e5d14b19bb22d0f0856cfaad9b3 (diff)
downloadtor-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bcfece2b6e..d78b136b5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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