diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-02-10 15:38:52 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-02-10 15:38:52 -0500 |
commit | 69c47ab5fd608ecd47ddd3c1d2f041a2b41791b5 (patch) | |
tree | a0742ef91ea8dde163cfdc60fe359b17a4d1b619 /changes | |
parent | 4dc8dc4b89259e1418cd984abe1cd8d8fc6a7496 (diff) | |
parent | 55d6fd27cbe6f058a1f444f47f05c7b64891655e (diff) | |
download | tor-69c47ab5fd608ecd47ddd3c1d2f041a2b41791b5.tar.gz tor-69c47ab5fd608ecd47ddd3c1d2f041a2b41791b5.zip |
Merge remote-tracking branch 'sebastian/bug18242'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug18242 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug18242 b/changes/bug18242 new file mode 100644 index 0000000000..e91f6d5eb3 --- /dev/null +++ b/changes/bug18242 @@ -0,0 +1,6 @@ + o Minor bugfixes (testing): + - We no longer disable assertions in the unit tests when coverage + is enabled. Instead, we require you to say --disable-asserts-in-tests + to the configure script if you need assertions disabled in the + unit tests (for example, if you want to perform branch coverage). + Fixes bug 18242; bugfix on 0.2.7.1-alpha. |