Merge branch 'maint-0.4.2'

This commit is contained in:
teor
2020-01-14 17:41:44 +10:00
3 changed files with 10 additions and 0 deletions
+2
View File
@@ -300,5 +300,7 @@ variable.
if __name__ == '__main__':
if os.environ.get("TOR_DISABLE_PRACTRACKER"):
print("TOR_DISABLE_PRACTRACKER is set, skipping practracker tests.",
file=sys.stderr)
sys.exit(0)
main(sys.argv)