summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing/connectiontest.py
diff options
context:
space:
mode:
Diffstat (limited to 'rdiff-backup/testing/connectiontest.py')
-rw-r--r--rdiff-backup/testing/connectiontest.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/rdiff-backup/testing/connectiontest.py b/rdiff-backup/testing/connectiontest.py
index 9b1d202..d0f10f1 100644
--- a/rdiff-backup/testing/connectiontest.py
+++ b/rdiff-backup/testing/connectiontest.py
@@ -91,7 +91,8 @@ class PipeConnectionTest(unittest.TestCase):
"""Must start a server for this"""
stdin, stdout = os.popen2("python ./server.py "+SourceDir)
self.conn = PipeConnection(stdout, stdin)
- #self.conn.Log.setverbosity(9)
+ Globals.security_level = "override"
+ #self.conn.Log.setverbosity(9)
#Log.setverbosity(9)
def testBasic(self):