Merge branch 'tor-github/pr/1324'

This commit is contained in:
George Kadianakis
2019-09-16 15:21:28 +03:00
42 changed files with 597 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
o Minor features (testing):
- Add a script to invoke "tor --dump-config" and "tor --verify-config"
with various configuration options, and see whether tor's resulting
configuration or error messages are what we expect. Use it for
integration testing of our +Option and /Option flags.
Closes ticket 31637.