aboutsummaryrefslogtreecommitdiffstats
path: root/test/scripts/all.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/all.py')
-rw-r--r--test/scripts/all.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/scripts/all.py b/test/scripts/all.py
index e6da7e51..7d30d757 100644
--- a/test/scripts/all.py
+++ b/test/scripts/all.py
@@ -3,6 +3,10 @@ def clientconnect(ctx, cc):
ctx.log("XCLIENTCONNECT")
log.append("clientconnect")
+def serverconnect(ctx, cc):
+ ctx.log("XSERVERCONNECT")
+ log.append("serverconnect")
+
def request(ctx, r):
ctx.log("XREQUEST")
log.append("request")