summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-01-13 16:17:51 -0500
committerNick Mathewson <nickm@torproject.org>2020-01-13 16:17:51 -0500
commit6b1592b56439ddbb9e47444f77de2d03429cc0ff (patch)
treed891b47b8832cb5451315fbb5b113fcd6ac8773f /changes
parent6da989cfe8323418ee1f888287d0d65b21b60c1d (diff)
downloadtor-6b1592b56439ddbb9e47444f77de2d03429cc0ff.tar.gz
tor-6b1592b56439ddbb9e47444f77de2d03429cc0ff.zip
test_practracker.sh: never disable practracker
When practracker is disabled, its output will be empty. We don't want that happening during our tests. Fixes bug 32705; bugfix on 0.4.2.1-alpha, when test_practracker.sh was introduced.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket32705_disable4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket32705_disable b/changes/ticket32705_disable
new file mode 100644
index 0000000000..1da643175f
--- /dev/null
+++ b/changes/ticket32705_disable
@@ -0,0 +1,4 @@
+ o Minor bugfixes (testing):
+ - When TOR_DISABLE_PRACTRACKER is set, do not apply it to the
+ test_practracker.sh script. Doing so caused a test failure.
+ Fixes bug 32705; bugfix on 0.4.2.1-alpha.