summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing/server.py
diff options
context:
space:
mode:
Diffstat (limited to 'rdiff-backup/testing/server.py')
-rwxr-xr-xrdiff-backup/testing/server.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/rdiff-backup/testing/server.py b/rdiff-backup/testing/server.py
index 17e11ca..5baaca2 100755
--- a/rdiff-backup/testing/server.py
+++ b/rdiff-backup/testing/server.py
@@ -9,6 +9,10 @@ If not run from the source directory, the only argument should be
the directory the source files are in.
"""
+def Test_SetConnGlobals(conn, setting, value):
+ """This is used in connectiontest.py"""
+ conn.Globals.set(setting, value)
+
def print_usage():
print "Usage: server.py [path to source files]", __doc__