[tor-commits] [stem/master] Don't create + publish exit relay in integ tests (Fixes: #25631)

atagar at torproject.org atagar at torproject.org
Mon Apr 2 16:40:47 UTC 2018


commit 3bba5030a3eb6312415f7fa9d4b862be46926032
Author: Dave Rolek <dmr-x at riseup.net>
Date:   Sat Mar 24 00:56:19 2018 +0000

    Don't create + publish exit relay in integ tests (Fixes: #25631)
---
 test/runner.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/runner.py b/test/runner.py
index 472002d5..09b70fe8 100644
--- a/test/runner.py
+++ b/test/runner.py
@@ -64,6 +64,8 @@ BASE_TORRC = """# configuration for stem integration tests
 DataDirectory %%s
 SocksPort %i
 ORPort %i
+ExitRelay 0
+PublishServerDescriptor 0
 DownloadExtraInfo 1
 Log notice stdout
 Log notice file %%s/tor_log





More information about the tor-commits mailing list