diff options
author | bescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109> | 2005-09-11 03:49:18 +0000 |
---|---|---|
committer | bescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109> | 2005-09-11 03:49:18 +0000 |
commit | a6b19011e1e1a6dcfd2c0b378f401b3d543374f8 (patch) | |
tree | 23e583447830a01e455f76e81eae326507a39daf /rdiff-backup/testing | |
parent | 1154afd29f79f38dcc7ab9c61cce880165e1cdb3 (diff) | |
download | rdiff-backup-a6b19011e1e1a6dcfd2c0b378f401b3d543374f8.tar.gz |
Final changes for 1.0.1
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@632 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/testing')
-rw-r--r-- | rdiff-backup/testing/connectiontest.py | 3 |
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): |