test/scripts: Use the same code to find the tor binary

This change makes sure we are always using the coverage binary, when
coverage is enabled.

Fixes bug 32368; bugfix on 0.2.7.3-rc.
This commit is contained in:
teor
2019-10-31 00:58:09 +10:00
parent f29de4b8d2
commit 5b04db59f6
7 changed files with 126 additions and 8 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (test):
- Use the same code to find the tor binary in all of our test scripts.
This change makes sure we are always using the coverage binary, when
coverage is enabled. Fixes bug 32368; bugfix on 0.2.7.3-rc.