X-Git-Url: http://www.average.org/gitweb/?p=loctrkd.git;a=blobdiff_plain;f=test%2Fcommon.py;h=284ca4d10c8509606dd6879f026c07f211104f83;hp=17fde963e448ac8a76d2ebd3d25742d91905bd8f;hb=16bea55924c0ab9d035f3e99573fc49c370de231;hpb=9bf81b19b7b790bc2115ac08dc1f3c112aede976 diff --git a/test/common.py b/test/common.py index 17fde96..284ca4d 100644 --- a/test/common.py +++ b/test/common.py @@ -56,6 +56,7 @@ class TestWithServers(TestCase): } self.conf["rectifier"] = { "lookaside": "opencellid", + "publishurl": "ipc://" + self.tmpfilebase + ".rect.pub", } self.conf["wsgateway"] = { "port": str(freeports[1]), @@ -101,6 +102,7 @@ class TestWithServers(TestCase): for sfx in ( "", ".pub", + ".rect.pub", ".pul", ".storage.sqlite", ".opencellid.sqlite",