From 486ebe5c7c2d768b884ae85c4fea2c692d0b4f29 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Thu, 5 Jan 2017 17:50:47 +0100 Subject: Fixed ICE-7478 - concurrent file access --- cpp/test/IceGrid/session/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/test/IceGrid/session/test.py') diff --git a/cpp/test/IceGrid/session/test.py b/cpp/test/IceGrid/session/test.py index e119aab24eb..53ce45a63cb 100644 --- a/cpp/test/IceGrid/session/test.py +++ b/cpp/test/IceGrid/session/test.py @@ -12,7 +12,7 @@ class IceGridSessionTestCase(IceGridTestCase): def setupClientSide(self, current): IceGridTestCase.setupClientSide(self, current) - self.mkdirs("db/node-1") + current.mkdirs("db/node-1") def setupServerSide(self, current): self.verifier = Server(exe="verifier", waitForShutdown=False, props={ -- cgit v1.2.3